Home
last modified time | relevance | path

Searched defs:fromCodePath (Results 1 – 4 of 4) 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()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DInstaller.java384 String fromCodePath) throws InstallerException { in moveCompleteApp()
H A DPackageManagerService.java17789 final String fromCodePath; field in MoveInfo
17793 String fromCodePath) { in MoveInfo()
/aosp12/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp1188 int32_t targetSdkVersion, const std::string& fromCodePath) { in moveCompleteApp()