Home
last modified time | relevance | path

Searched defs:idmap_path (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/cmds/idmap2/idmap2d/
DIdmap2Service.cpp82 const std::string idmap_path = Idmap::CanonicalIdmapPathFor(kIdmapCacheDir, overlay_apk_path); in removeIdmap() local
102 const std::string idmap_path = Idmap::CanonicalIdmapPathFor(kIdmapCacheDir, overlay_apk_path); in verifyIdmap() local
123 const std::string idmap_path = Idmap::CanonicalIdmapPathFor(kIdmapCacheDir, overlay_apk_path); in createIdmap() local
/frameworks/base/cmds/idmap2/idmap2/
DVerify.cpp35 std::string idmap_path; in Verify() local
DDump.cpp41 std::string idmap_path; in Dump() local
DScan.cpp64 std::string idmap_path; // NOLINT(misc-non-private-member-variables-in-classes) member
195 std::string idmap_path = Idmap::CanonicalIdmapPathFor(output_directory, path); in Scan() local
DCreate.cpp51 std::string idmap_path; in Create() local
DLookup.cpp189 const auto& idmap_path = idmap_paths[i]; in Lookup() local
/frameworks/base/cmds/idmap/
Didmap.cpp154 const char *idmap_path) in maybe_create_path()
227 int maybe_inspect(const char *idmap_path) in maybe_inspect()
Dcreate.cpp139 const char *idmap_path) in is_idmap_stale_path()
203 const char *idmap_path) in idmap_create_path()
Dinspect.cpp34 status_t init(const char *idmap_path) { in init()
297 int idmap_inspect(const char *idmap_path) { in idmap_inspect()
Dscan.cpp35 String8 idmap_path; member
265 String8 idmap_path(idmap_dir); in idmap_scan() local
/frameworks/base/libs/androidfw/
DApkAssets.cpp58 std::unique_ptr<const ApkAssets> ApkAssets::LoadOverlay(const std::string& idmap_path, in LoadOverlay()
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp2266 const char* idmap_path, int32_t uid) { in delete_stale_idmap()
2310 const char *overlay_path, char *idmap_path, size_t N) in flatten_path()
2354 char idmap_path[PATH_MAX]; in idmap() local
2437 char idmap_path[PATH_MAX]; in removeIdmap() local