Home
last modified time | relevance | path

Searched defs:packagePath (Results 1 – 17 of 17) sorted by relevance

/aosp12/frameworks/base/core/java/com/android/internal/app/
H A DIMediaContainerService.aidl24 int copyPackage(String packagePath, in IParcelFileDescriptorFactory target); in copyPackage()
26 PackageInfoLite getMinimalPackageInfo(String packagePath, int flags, String abiOverride); in getMinimalPackageInfo()
28 long calculateInstalledSize(String packagePath, String abiOverride); in calculateInstalledSize()
/aosp12/frameworks/base/tools/protologtool/src/com/android/protolog/tool/
H A DProtoLogTool.kt189 private fun packagePath(file: File, code: CompilationUnit): String { regex
192 val packagePath = pack.replace('.', '/') + '/' + file.name regex
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DDictionaryFactory.java140 final File packagePath = new File(sourceDir); in createReadOnlyBinaryDictionary() local
/aosp12/packages/modules/adb/fastdeploy/deployagent/src/com/android/fastdeploy/
H A DDeployAgent.java61 String packagePath = getFilenameFromPackageName(packageName); in main() local
178 private static void dumpApk(String packageName, String packagePath) throws IOException { in dumpApk()
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DWebViewZygoteInit.java87 protected void handlePreloadPackage(String packagePath, String libsPath, String libFileName, in handlePreloadPackage()
H A DZygoteConnection.java475 protected void handlePreloadPackage(String packagePath, String libsPath, String libFileName, in handlePreloadPackage()
/aosp12/system/tools/hidl/
H A DCoordinator.cpp139 std::string packagePath; in getFilepath() local
249 std::string packagePath; in parseOptional() local
444 std::string packagePath; in getPackageInterfaceFiles() local
661 std::string packagePath; in packageExists() local
H A Dmain.cpp952 std::string packagePath; in generateExportHeaderForPackage() local
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerServiceUtils.java833 String packagePath, int flags, String abiOverride) { in getMinimalPackageInfo()
879 public static long calculateInstalledSize(String packagePath, String abiOverride) { in calculateInstalledSize()
942 public static int copyPackage(String packagePath, File targetDir) { in copyPackage()
H A DShortcutService.java1375 final File packagePath = new File(getUserBitmapFilePath(userId), packageName); in cleanupBitmapsForPackage() local
1472 final File packagePath = new File(getUserBitmapFilePath(userId), in openIconFileForWrite() local
/aosp12/system/tools/hidl/c2hal/
H A Dmain.cpp80 auto packagePath = package.substr(0, index); in applyPackageRootPath() local
/aosp12/system/apex/apexd/aidl/android/apex/
H A DIApexService.aidl161 ApexInfo installAndActivatePackage(in @utf8InCpp String packagePath); in installAndActivatePackage()
/aosp12/frameworks/base/core/java/android/app/
H A DApplicationLoaders.java260 public ClassLoader createAndCacheWebViewClassLoader(String packagePath, String libsPath, in createAndCacheWebViewClassLoader()
/aosp12/frameworks/base/core/java/android/content/pm/parsing/
H A DApkLiteParseUtils.java105 final String packagePath = packageFile.getAbsolutePath(); in parseMonolithicPackageLite() local
/aosp12/frameworks/base/core/java/android/os/
H A DZygoteProcess.java1134 String packagePath, String libsPath, String libFileName, String cacheKey, String abi) in preloadPackageForAbi()
/aosp12/frameworks/base/libs/androidfw/
H A DAssetManager.cpp236 bool AssetManager::addOverlayPath(const String8& packagePath, int32_t* cookie) in addOverlayPath()
/aosp12/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java959 final String packagePath = packageFile.getAbsolutePath(); in parseMonolithicPackageLite() local