Searched refs:CanonicalIdmapPathFor (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/cmds/idmap2/idmap2d/ |
D | Idmap2Service.cpp | 95 *_aidl_return = Idmap::CanonicalIdmapPathFor(kIdmapCacheDir, overlay_apk_path); in getIdmapPath() 104 const std::string idmap_path = Idmap::CanonicalIdmapPathFor(kIdmapCacheDir, overlay_apk_path); in removeIdmap() 125 const std::string idmap_path = Idmap::CanonicalIdmapPathFor(kIdmapCacheDir, overlay_apk_path); in verifyIdmap() 176 const std::string idmap_path = Idmap::CanonicalIdmapPathFor(kIdmapCacheDir, overlay_apk_path); in createIdmap()
|
/frameworks/base/cmds/idmap2/tests/ |
D | Idmap2BinaryTests.cpp | 170 Idmap::CanonicalIdmapPathFor(GetTempDirPath(), overlay_static_no_name_apk_path); in TEST_F() 172 Idmap::CanonicalIdmapPathFor(GetTempDirPath(), overlay_static_1_apk_path); in TEST_F() 174 Idmap::CanonicalIdmapPathFor(GetTempDirPath(), overlay_static_2_apk_path); in TEST_F()
|
D | IdmapTests.cpp | 55 ASSERT_EQ(Idmap::CanonicalIdmapPathFor("/foo", "/vendor/overlay/bar.apk"), in TEST()
|
/frameworks/base/cmds/idmap2/idmap2/ |
D | CreateMultiple.cpp | 100 const std::string idmap_path = Idmap::CanonicalIdmapPathFor(idmap_dir, overlay_apk_path); in CreateMultiple()
|
D | Scan.cpp | 211 std::string idmap_path = Idmap::CanonicalIdmapPathFor(output_directory, path); in Scan()
|
/frameworks/base/cmds/idmap2/include/idmap2/ |
D | Idmap.h | 263 static std::string CanonicalIdmapPathFor(const std::string& absolute_dir,
|
/frameworks/base/cmds/idmap2/libidmap2/ |
D | Idmap.cpp | 255 std::string Idmap::CanonicalIdmapPathFor(const std::string& absolute_dir, in CanonicalIdmapPathFor() function in android::idmap2::Idmap
|