Home
last modified time | relevance | path

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

/aosp14/frameworks/base/cmds/idmap2/tests/
H A DResourceMappingTests.cpp44 const std::string& local_overlay_path, in TestGetResourceMapping() argument
56 const std::string overlay_path = (local_overlay_path[0] == '/') in TestGetResourceMapping()
57 ? local_overlay_path in TestGetResourceMapping()
58 : (GetTestDataPath() + "/" + local_overlay_path); in TestGetResourceMapping()
H A DIdmapTests.cpp391 const std::string& local_target_path, const std::string& local_overlay_path, in TestIdmapDataFromApkAssets() argument
400 const std::string overlay_path(GetTestDataPath() + local_overlay_path); in TestIdmapDataFromApkAssets()