Home
last modified time | relevance | path

Searched defs:overlayApkPath (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/cmds/idmap2/idmap2d/aidl/android/os/
DIIdmap2.aidl31 @utf8InCpp String getIdmapPath(@utf8InCpp String overlayApkPath, int userId); in getIdmapPath()
32 boolean removeIdmap(@utf8InCpp String overlayApkPath, int userId); in removeIdmap()
33 boolean verifyIdmap(@utf8InCpp String overlayApkPath, int fulfilledPolicies, in verifyIdmap()
36 @utf8InCpp String overlayApkPath, in createIdmap()
/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl75 void idmap(@utf8InCpp String targetApkPath, @utf8InCpp String overlayApkPath, int uid); in idmap()
76 void removeIdmap(@utf8InCpp String overlayApkPath); in removeIdmap()
/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java354 public void idmap(String targetApkPath, String overlayApkPath, int uid) in idmap()
366 public void removeIdmap(String overlayApkPath) throws InstallerException { in removeIdmap()
/frameworks/base/libs/androidfw/
DAssetManager.cpp329 bool AssetManager::createIdmap(const char* targetApkPath, const char* overlayApkPath, in createIdmap()
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp2343 const std::string& overlayApkPath, int32_t uid) { in idmap()
2431 binder::Status InstalldNativeService::removeIdmap(const std::string& overlayApkPath) { in removeIdmap()