Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/optimize/
DObfuscator.cpp112 std::unordered_set<std::string> shortened_paths; in HandleShortenFilePaths() local
142 while (shortened_paths.find(shortened_path) != shortened_paths.end()) { in HandleShortenFilePaths()
146 shortened_paths.insert(shortened_path); in HandleShortenFilePaths()
DObfuscator_test.cpp406 auto& shortened_paths = resourceMappings.shortened_paths(); in TEST() local
407 EXPECT_THAT(shortened_paths.resource_paths_size(), Eq(2)); in TEST()
408 EXPECT_THAT(shortened_paths.resource_paths(0).original_path(), in TEST()
410 EXPECT_THAT(shortened_paths.resource_paths(1).original_path(), in TEST()
/frameworks/base/tools/aapt2/
DResourceMetadata.proto25 ShortenedPathsMap shortened_paths = 1; field