/frameworks/base/core/java/com/android/internal/app/ |
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()
|
/frameworks/base/tools/protologtool/src/com/android/protolog/tool/ |
D | ProtoLogTool.kt | 189 private fun packagePath(file: File, code: CompilationUnit): String { in <lambda>() method 192 val packagePath = pack.replace('.', '/') + '/' + file.name in <lambda>() constant
|
D | SourceTransformer.kt | 220 private var packagePath: String = "" in <lambda>() variable
|
/frameworks/base/core/java/com/android/internal/os/ |
D | WebViewZygoteInit.java | 87 protected void handlePreloadPackage(String packagePath, String libsPath, String libFileName, in handlePreloadPackage()
|
D | ZygoteConnection.java | 475 protected void handlePreloadPackage(String packagePath, String libsPath, String libFileName, in handlePreloadPackage()
|
/frameworks/native/cmds/installd/tests/ |
D | installd_service_test.cpp | 1221 for (const auto& packagePath : packagePaths) { in createTestSdkData() local 1238 const std::string packagePath = kTestPath + "/misc_ce/0/sdksandbox/com.foo"; in TEST_F() local 1250 const std::string packagePath = kTestPath + "/misc_ce/0/sdksandbox/com.foo"; in TEST_F() local 1264 const std::string packagePath = kTestPath + "/misc_de/0/sdksandbox/com.foo"; in TEST_F() local 1276 const std::string packagePath = kTestPath + "/misc_de/0/sdksandbox/com.foo"; in TEST_F() local 1287 const std::string packagePath = kTestPath + "/misc_ce/0/sdksandbox/com.foo"; in TEST_F() local 1298 const std::string packagePath = kTestPath + "/misc_de/0/sdksandbox/com.foo"; in TEST_F() local
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageManagerServiceUtils.java | 832 String packagePath, int flags, String abiOverride) { in getMinimalPackageInfo() 889 public static long calculateInstalledSize(String packagePath, String abiOverride) { in calculateInstalledSize() 952 public static int copyPackage(String packagePath, File targetDir) { in copyPackage()
|
D | ShortcutService.java | 1405 final File packagePath = new File(getUserBitmapFilePath(userId), packageName); in cleanupBitmapsForPackage() local 1477 final File packagePath = new File(getUserBitmapFilePath(userId), in openIconFileForWrite() local
|
/frameworks/base/core/java/android/app/ |
D | ApplicationLoaders.java | 264 public ClassLoader createAndCacheWebViewClassLoader(String packagePath, String libsPath, in createAndCacheWebViewClassLoader()
|
/frameworks/base/core/java/android/content/pm/parsing/ |
D | ApkLiteParseUtils.java | 125 final String packagePath = packageFile.getAbsolutePath(); in parseMonolithicPackageLite() local
|
/frameworks/base/core/java/android/os/ |
D | ZygoteProcess.java | 1134 String packagePath, String libsPath, String libFileName, String cacheKey, String abi) in preloadPackageForAbi()
|
/frameworks/native/cmds/installd/ |
D | InstalldNativeService.cpp | 800 auto packagePath = create_data_misc_sdk_sandbox_package_path(uuid_, isCeData, userId, in createSdkSandboxDataPackageDirectory() local 908 const auto packagePath = create_data_misc_sdk_sandbox_package_path(uuid_, isCeData, userId, in reconcileSdkData() local 3285 const auto packagePath = in restoreconSdkDataLocked() local
|
/frameworks/base/libs/androidfw/ |
D | AssetManager.cpp | 236 bool AssetManager::addOverlayPath(const String8& packagePath, int32_t* cookie) in addOverlayPath()
|
/frameworks/base/core/java/android/content/pm/ |
D | PackageParser.java | 981 final String packagePath = packageFile.getAbsolutePath(); in parseMonolithicPackageLite() local
|