Home
last modified time | relevance | path

Searched refs:CanonicalIdmapPathFor (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/cmds/idmap2/idmap2d/
DIdmap2Service.cpp95 *_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/
DIdmap2BinaryTests.cpp170 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()
DIdmapTests.cpp55 ASSERT_EQ(Idmap::CanonicalIdmapPathFor("/foo", "/vendor/overlay/bar.apk"), in TEST()
/frameworks/base/cmds/idmap2/idmap2/
DCreateMultiple.cpp100 const std::string idmap_path = Idmap::CanonicalIdmapPathFor(idmap_dir, overlay_apk_path); in CreateMultiple()
DScan.cpp211 std::string idmap_path = Idmap::CanonicalIdmapPathFor(output_directory, path); in Scan()
/frameworks/base/cmds/idmap2/include/idmap2/
DIdmap.h263 static std::string CanonicalIdmapPathFor(const std::string& absolute_dir,
/frameworks/base/cmds/idmap2/libidmap2/
DIdmap.cpp255 std::string Idmap::CanonicalIdmapPathFor(const std::string& absolute_dir, in CanonicalIdmapPathFor() function in android::idmap2::Idmap