Searched refs:fromCodePath (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/services/core/java/com/android/server/pm/ |
D | MoveInfo.java | 31 String fromCodePath) { in MoveInfo() argument 39 mFromCodePath = fromCodePath; in MoveInfo()
|
D | MovePackageHelper.java | 152 final String fromCodePath; in movePackageInternal() local 155 fromCodePath = codeFile.getParentFile().getAbsolutePath(); in movePackageInternal() 157 fromCodePath = codeFile.getAbsolutePath(); in movePackageInternal() 306 appId, seinfo, targetSdkVersion, fromCodePath); in movePackageInternal()
|
D | RemovePackageHelper.java | 526 void cleanUpForMoveInstall(String volumeUuid, String packageName, String fromCodePath) { in cleanUpForMoveInstall() argument 527 final String toPathName = new File(fromCodePath).getName(); in cleanUpForMoveInstall()
|
D | Installer.java | 486 String fromCodePath) throws InstallerException { in moveCompleteApp() argument 490 targetSdkVersion, fromCodePath); in moveCompleteApp()
|
D | PackageManagerService.java | 8064 void cleanUpForMoveInstall(String volumeUuid, String packageName, String fromCodePath) { in cleanUpForMoveInstall() argument 8065 mRemovePackageHelper.cleanUpForMoveInstall(volumeUuid, packageName, fromCodePath); in cleanUpForMoveInstall()
|
/frameworks/native/cmds/installd/binder/android/os/ |
D | IInstalld.aidl | 58 @utf8InCpp String seInfo, int targetSdkVersion, @utf8InCpp String fromCodePath); in moveCompleteApp() argument
|
/frameworks/native/cmds/installd/ |
D | InstalldNativeService.h | 134 int32_t targetSdkVersion, const std::string& fromCodePath);
|
D | InstalldNativeService.cpp | 1866 int32_t targetSdkVersion, const std::string& fromCodePath) { in moveCompleteApp() argument 1882 android::base::Basename(fromCodePath).c_str()); in moveCompleteApp() 1886 int rc = copy_directory_recursive(fromCodePath.c_str(), to_app_package_path_parent.c_str()); in moveCompleteApp() 1888 res = error(rc, "Failed copying " + fromCodePath + " to " + to_app_package_path); in moveCompleteApp()
|