Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/installd/binder/android/os/
H A DIInstalld.aidl56 @utf8InCpp String seInfo, int targetSdkVersion, @utf8InCpp String fromCodePath); in moveCompleteApp() argument
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DInstaller.java384 String fromCodePath) throws InstallerException { in moveCompleteApp() argument
388 targetSdkVersion, fromCodePath); in moveCompleteApp()
H A DPackageManagerService.java17789 final String fromCodePath; field in MoveInfo
17793 String fromCodePath) { in MoveInfo() argument
17801 this.fromCodePath = fromCodePath; in MoveInfo()
18999 move.fromCodePath); in copyApk()
19006 final String toPathName = new File(move.fromCodePath).getName(); in copyApk()
19045 final String toPathName = new File(move.fromCodePath).getName(); in cleanUp()
26221 final String fromCodePath;
26279 fromCodePath = codeFile.getParentFile().getAbsolutePath();
26281 fromCodePath = codeFile.getAbsolutePath();
26410 appId, seinfo, targetSdkVersion, fromCodePath);
/aosp12/frameworks/native/cmds/installd/
H A DInstalldNativeService.h110 int32_t targetSdkVersion, const std::string& fromCodePath);
H A DInstalldNativeService.cpp1188 int32_t targetSdkVersion, const std::string& fromCodePath) { in moveCompleteApp() argument
1204 android::base::Basename(fromCodePath).c_str()); in moveCompleteApp()
1208 int rc = copy_directory_recursive(fromCodePath.c_str(), to_app_package_path_parent.c_str()); in moveCompleteApp()
1210 res = error(rc, "Failed copying " + fromCodePath + " to " + to_app_package_path); in moveCompleteApp()