/aosp12/frameworks/base/core/java/com/android/internal/app/ |
H A D | IMediaContainerService.aidl | 24 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 D | ProtoLogTool.kt | 189 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 D | DictionaryFactory.java | 140 final File packagePath = new File(sourceDir); in createReadOnlyBinaryDictionary() local
|
/aosp12/packages/modules/adb/fastdeploy/deployagent/src/com/android/fastdeploy/ |
H A D | DeployAgent.java | 61 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 D | WebViewZygoteInit.java | 87 protected void handlePreloadPackage(String packagePath, String libsPath, String libFileName, in handlePreloadPackage()
|
H A D | ZygoteConnection.java | 475 protected void handlePreloadPackage(String packagePath, String libsPath, String libFileName, in handlePreloadPackage()
|
/aosp12/system/tools/hidl/ |
H A D | Coordinator.cpp | 139 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 D | main.cpp | 952 std::string packagePath; in generateExportHeaderForPackage() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageManagerServiceUtils.java | 833 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 D | ShortcutService.java | 1375 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 D | main.cpp | 80 auto packagePath = package.substr(0, index); in applyPackageRootPath() local
|
/aosp12/system/apex/apexd/aidl/android/apex/ |
H A D | IApexService.aidl | 161 ApexInfo installAndActivatePackage(in @utf8InCpp String packagePath); in installAndActivatePackage()
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | ApplicationLoaders.java | 260 public ClassLoader createAndCacheWebViewClassLoader(String packagePath, String libsPath, in createAndCacheWebViewClassLoader()
|
/aosp12/frameworks/base/core/java/android/content/pm/parsing/ |
H A D | ApkLiteParseUtils.java | 105 final String packagePath = packageFile.getAbsolutePath(); in parseMonolithicPackageLite() local
|
/aosp12/frameworks/base/core/java/android/os/ |
H A D | ZygoteProcess.java | 1134 String packagePath, String libsPath, String libFileName, String cacheKey, String abi) in preloadPackageForAbi()
|
/aosp12/frameworks/base/libs/androidfw/ |
H A D | AssetManager.cpp | 236 bool AssetManager::addOverlayPath(const String8& packagePath, int32_t* cookie) in addOverlayPath()
|
/aosp12/frameworks/base/core/java/android/content/pm/ |
H A D | PackageParser.java | 959 final String packagePath = packageFile.getAbsolutePath(); in parseMonolithicPackageLite() local
|