Home
last modified time | relevance | path

Searched refs:original_path (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/androidfw/tests/
DIdmap_test.cpp43 original_path = base::GetExecutableDirectory(); in SetUp()
57 chdir(original_path.c_str()); in TearDown()
61 std::string original_path; member in android::__anon0a70af1c0111::IdmapTest
DAssetManager2_test.cpp49 std::string original_path = base::GetExecutableDirectory(); in SetUp() local
90 chdir(original_path.c_str()); in SetUp()
/frameworks/base/tools/aapt2/optimize/
DObfuscator.cpp234 for (const auto& [original_path, shortened_path] : options_.shortened_path_map) { in WriteObfuscationMap()
236 resource_path->set_original_path(original_path); in WriteObfuscationMap()
DObfuscator_test.cpp408 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.proto35 string original_path = 2; field