Home
last modified time | relevance | path

Searched defs:shortened_paths (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/out/soong/.intermediates/frameworks/base/tools/aapt2/libaapt2/linux_glibc_x86_64_static/gen/proto/frameworks/base/tools/aapt2/
DResourceMetadata.pb.h954 inline const ::aapt::pb::ShortenedPathsMap& ResourceMappings::shortened_paths() const { in shortened_paths() function
959 ::aapt::pb::ShortenedPathsMap* shortened_paths) { in unsafe_arena_set_allocated_shortened_paths()
1001 …void ResourceMappings::set_allocated_shortened_paths(::aapt::pb::ShortenedPathsMap* shortened_path… in set_allocated_shortened_paths()
DResourceMetadata.pb.cc199 ResourceMappings::_Internal::shortened_paths(const ResourceMappings* msg) { in shortened_paths() function in aapt::pb::ResourceMappings::_Internal
/aosp_15_r20/frameworks/base/tools/aapt2/
H A DResourceMetadata.proto25 ShortenedPathsMap shortened_paths = 1; field
/aosp_15_r20/frameworks/base/tools/aapt2/optimize/
H A DObfuscator.cpp112 std::unordered_set<std::string> shortened_paths; in HandleShortenFilePaths() local
H A DObfuscator_test.cpp406 auto& shortened_paths = resourceMappings.shortened_paths(); in TEST() local