Home
last modified time | relevance | path

Searched refs:fromCodePath (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DMoveInfo.java31 String fromCodePath) { in MoveInfo() argument
39 mFromCodePath = fromCodePath; in MoveInfo()
DMovePackageHelper.java152 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()
DRemovePackageHelper.java526 void cleanUpForMoveInstall(String volumeUuid, String packageName, String fromCodePath) { in cleanUpForMoveInstall() argument
527 final String toPathName = new File(fromCodePath).getName(); in cleanUpForMoveInstall()
DInstaller.java486 String fromCodePath) throws InstallerException { in moveCompleteApp() argument
490 targetSdkVersion, fromCodePath); in moveCompleteApp()
DPackageManagerService.java8064 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/
DIInstalld.aidl58 @utf8InCpp String seInfo, int targetSdkVersion, @utf8InCpp String fromCodePath); in moveCompleteApp() argument
/frameworks/native/cmds/installd/
DInstalldNativeService.h134 int32_t targetSdkVersion, const std::string& fromCodePath);
DInstalldNativeService.cpp1866 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()