Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
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()
/frameworks/base/tools/protologtool/src/com/android/protolog/tool/
DProtoLogTool.kt189 private fun packagePath(file: File, code: CompilationUnit): String { in <lambda>() method
192 val packagePath = pack.replace('.', '/') + '/' + file.name in <lambda>() constant
DSourceTransformer.kt220 private var packagePath: String = "" in <lambda>() variable
/frameworks/base/core/java/com/android/internal/os/
DWebViewZygoteInit.java87 protected void handlePreloadPackage(String packagePath, String libsPath, String libFileName, in handlePreloadPackage()
DZygoteConnection.java475 protected void handlePreloadPackage(String packagePath, String libsPath, String libFileName, in handlePreloadPackage()
/frameworks/native/cmds/installd/tests/
Dinstalld_service_test.cpp1221 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/
DPackageManagerServiceUtils.java832 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()
DShortcutService.java1405 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/
DApplicationLoaders.java264 public ClassLoader createAndCacheWebViewClassLoader(String packagePath, String libsPath, in createAndCacheWebViewClassLoader()
/frameworks/base/core/java/android/content/pm/parsing/
DApkLiteParseUtils.java125 final String packagePath = packageFile.getAbsolutePath(); in parseMonolithicPackageLite() local
/frameworks/base/core/java/android/os/
DZygoteProcess.java1134 String packagePath, String libsPath, String libFileName, String cacheKey, String abi) in preloadPackageForAbi()
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp800 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/
DAssetManager.cpp236 bool AssetManager::addOverlayPath(const String8& packagePath, int32_t* cookie) in addOverlayPath()
/frameworks/base/core/java/android/content/pm/
DPackageParser.java981 final String packagePath = packageFile.getAbsolutePath(); in parseMonolithicPackageLite() local