Home
last modified time | relevance | path

Searched refs:local_target_path (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/cmds/idmap2/tests/
DResourceMappingTests.cpp44 Result<ResourceMapping> TestGetResourceMapping(const std::string& local_target_path, in TestGetResourceMapping() argument
49 const std::string target_path = (local_target_path[0] == '/') in TestGetResourceMapping()
50 ? local_target_path in TestGetResourceMapping()
51 : (GetTestDataPath() + "/" + local_target_path); in TestGetResourceMapping()
DIdmapTests.cpp372 const std::string& local_target_path, const std::string& local_overlay_path, in TestIdmapDataFromApkAssets() argument
375 const std::string target_path(GetTestDataPath() + local_target_path); in TestIdmapDataFromApkAssets()