Searched refs:CanonicalIdmapPathFor (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/cmds/idmap2/idmap2d/ |
D | Idmap2Service.cpp | 73 *_aidl_return = Idmap::CanonicalIdmapPathFor(kIdmapCacheDir, overlay_apk_path); in getIdmapPath() 82 const std::string idmap_path = Idmap::CanonicalIdmapPathFor(kIdmapCacheDir, overlay_apk_path); in removeIdmap() 102 const std::string idmap_path = Idmap::CanonicalIdmapPathFor(kIdmapCacheDir, overlay_apk_path); in verifyIdmap() 123 const std::string idmap_path = Idmap::CanonicalIdmapPathFor(kIdmapCacheDir, overlay_apk_path); in createIdmap()
|
/frameworks/base/cmds/idmap2/tests/ |
D | Idmap2BinaryTests.cpp | 167 Idmap::CanonicalIdmapPathFor(GetTempDirPath(), overlay_static_no_name_apk_path); in TEST_F() 169 Idmap::CanonicalIdmapPathFor(GetTempDirPath(), overlay_static_1_apk_path); in TEST_F() 171 Idmap::CanonicalIdmapPathFor(GetTempDirPath(), overlay_static_2_apk_path); in TEST_F()
|
D | IdmapTests.cpp | 40 ASSERT_EQ(Idmap::CanonicalIdmapPathFor("/foo", "/vendor/overlay/bar.apk"), in TEST()
|
/frameworks/base/cmds/idmap2/include/idmap2/ |
D | Idmap.h | 226 static std::string CanonicalIdmapPathFor(const std::string& absolute_dir,
|
/frameworks/base/cmds/idmap2/idmap2/ |
D | Scan.cpp | 195 std::string idmap_path = Idmap::CanonicalIdmapPathFor(output_directory, path); in Scan()
|
/frameworks/base/cmds/idmap2/libidmap2/ |
D | Idmap.cpp | 238 std::string Idmap::CanonicalIdmapPathFor(const std::string& absolute_dir, in CanonicalIdmapPathFor() function in android::idmap2::Idmap
|