Home
last modified time | relevance | path

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

/aosp12/frameworks/base/cmds/idmap2/idmap2d/
H A DIdmap2Service.cpp85 *_aidl_return = Idmap::CanonicalIdmapPathFor(kIdmapCacheDir, overlay_path); in getIdmapPath()
94 const std::string idmap_path = Idmap::CanonicalIdmapPathFor(kIdmapCacheDir, overlay_path); in removeIdmap()
115 const std::string idmap_path = Idmap::CanonicalIdmapPathFor(kIdmapCacheDir, overlay_path); in verifyIdmap()
161 const std::string idmap_path = Idmap::CanonicalIdmapPathFor(kIdmapCacheDir, overlay_path); in createIdmap()
361 const std::string idmap_path = Idmap::CanonicalIdmapPathFor(kIdmapCacheDir, overlay_path); in deleteFabricatedOverlay()
386 const auto idmap_path = Idmap::CanonicalIdmapPathFor(kIdmapCacheDir, overlay_path); in dumpIdmap()
/aosp12/frameworks/base/cmds/idmap2/idmap2/
H A DCreateMultiple.cpp102 const std::string idmap_path = Idmap::CanonicalIdmapPathFor(idmap_dir, overlay_apk_path); in CreateMultiple()
/aosp12/frameworks/base/cmds/idmap2/include/idmap2/
H A DIdmap.h255 static std::string CanonicalIdmapPathFor(const std::string& absolute_dir,
/aosp12/frameworks/base/cmds/idmap2/libidmap2/
H A DIdmap.cpp241 std::string Idmap::CanonicalIdmapPathFor(const std::string& absolute_dir, in CanonicalIdmapPathFor() function in android::idmap2::Idmap
/aosp12/frameworks/base/cmds/idmap2/tests/
H A DIdmapTests.cpp61 ASSERT_EQ(Idmap::CanonicalIdmapPathFor("/foo", "/vendor/overlay/bar.apk"), in TEST()