Searched defs:packagePath (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DWebViewZygoteInit.java71 protected boolean handlePreloadPackage(String packagePath, String libsPath, argument
79 packagePath, libsPath, cacheKey);
82 String[] packageList = TextUtils.split(packagePath, File.pathSeparator);
H A DZygoteConnection.java317 protected boolean handlePreloadPackage(String packagePath, String libsPath, String cacheKey) { argument
/frameworks/base/core/java/android/app/
H A DApplicationLoaders.java99 public ClassLoader createAndCacheWebViewClassLoader(String packagePath, String libsPath, argument
107 return getClassLoader(packagePath, Build.VERSION.SDK_INT, false, libsPath, null, null,
/frameworks/base/core/java/android/os/
H A DZygoteProcess.java490 public void preloadPackageForAbi(String packagePath, String libsPath, String cacheKey, argument
500 state.writer.write(packagePath);
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp220 bool AssetManager::addOverlayPath(const String8& packagePath, int32_t* cookie) argument
222 const String8 idmapPath = idmapPathForPackagePath(packagePath);
249 if (overlayPath != packagePath) {
251 idmapPath.string(), packagePath.string(), overlayPath.string());
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java16417 String packagePath; field in class:PackageManagerService.AsecInstallArgs
16495 return packagePath;
16563 final File beforeCodeFile = new File(packagePath);
16565 final File afterCodeFile = new File(packagePath);
16591 packagePath = monolithicFile.getAbsolutePath();
16595 resourcePath = packagePath;
16598 packagePath = mountFile.getAbsolutePath();
16599 resourcePath = packagePath;
[all...]

Completed in 904 milliseconds