Home
last modified time | relevance | path

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

/frameworks/base/cmds/idmap2/idmap2d/
DIdmap2Service.cpp73 *_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/
DIdmap2BinaryTests.cpp167 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()
DIdmapTests.cpp40 ASSERT_EQ(Idmap::CanonicalIdmapPathFor("/foo", "/vendor/overlay/bar.apk"), in TEST()
/frameworks/base/cmds/idmap2/include/idmap2/
DIdmap.h226 static std::string CanonicalIdmapPathFor(const std::string& absolute_dir,
/frameworks/base/cmds/idmap2/idmap2/
DScan.cpp195 std::string idmap_path = Idmap::CanonicalIdmapPathFor(output_directory, path); in Scan()
/frameworks/base/cmds/idmap2/libidmap2/
DIdmap.cpp238 std::string Idmap::CanonicalIdmapPathFor(const std::string& absolute_dir, in CanonicalIdmapPathFor() function in android::idmap2::Idmap