Home
last modified time | relevance | path

Searched defs:sourceFile (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DPackageUtil.java69 public static PackageInfo getPackageInfo(Context context, File sourceFile, int flags) { in getPackageInfo()
187 Activity pContext, ApplicationInfo appInfo, File sourceFile) { in getAppSnippet()
H A DInstallInstalling.java89 final File sourceFile = new File(mPackageURI.getPath()); in onCreate() local
H A DPackageInstallerActivity.java602 File sourceFile = new File(packageUri.getPath()); in processPackageUri() local
/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DDataClass.java223 String sourceFile(); in sourceFile() method
/aosp14/frameworks/base/services/core/java/com/android/server/rollback/
H A DRollbackStore.java247 File sourceFile = new File(codePath); in backupPackageCodePath() local
/aosp14/frameworks/base/tools/aapt/
H A DAaptAssets.h148 AaptFile(const String8& sourceFile, const AaptGroupEntry& groupEntry, in AaptFile()