Home
last modified time | relevance | path

Searched refs:shortened_paths (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/tools/aapt2/optimize/
H A DObfuscator.cpp89 std::unordered_set<std::string> shortened_paths; in HandleShortenFilePaths() local
118 while (shortened_paths.find(shortened_path) != shortened_paths.end()) { in HandleShortenFilePaths()
122 shortened_paths.insert(shortened_path); in HandleShortenFilePaths()
H A DObfuscator_test.cpp317 auto& shortened_paths = resourceMappings.shortened_paths(); in TEST() local
318 EXPECT_THAT(shortened_paths.resource_paths_size(), Eq(2)); in TEST()
319 EXPECT_THAT(shortened_paths.resource_paths(0).original_path(), in TEST()
321 EXPECT_THAT(shortened_paths.resource_paths(1).original_path(), in TEST()
/aosp14/frameworks/base/tools/aapt2/
H A DResourceMetadata.proto25 ShortenedPathsMap shortened_paths = 1;