Home
last modified time | relevance | path

Searched defs:dexPath (Results 1 – 11 of 11) sorted by relevance

/frameworks/native/cmds/installd/tests/
Dinstalld_service_test.cpp164 std::string dexPath = get_full_path("com.example/foo/file"); in TEST_F() local
184 std::string dexPath = get_full_path("com.example/foo/file"); in TEST_F() local
199 std::string dexPath = get_full_path("com.example/foo/file"); in TEST_F() local
214 std::string dexPath = get_full_path("com.example/foo/file"); in TEST_F() local
/frameworks/base/core/java/android/app/
DDexLoadReporter.java149 private void registerSecondaryDexForProfiling(String dexPath, String[] dataDirs) { in registerSecondaryDexForProfiling()
192 private boolean isSecondaryDexFile(String dexPath, String[] dataDirs) { in isSecondaryDexFile()
DApplicationLoaders.java118 void addPath(ClassLoader classLoader, String dexPath) { in addPath()
/frameworks/base/core/java/com/android/internal/os/
DClassLoaderFactory.java70 public static ClassLoader createClassLoader(String dexPath, in createClassLoader()
84 public static ClassLoader createClassLoader(String dexPath, in createClassLoader()
/frameworks/base/services/core/java/com/android/server/pm/dex/
DDexManager.java123 String dexPath, int storageFlags); in onReconcileSecondaryDexFile()
434 String dexPath = entry.getKey(); in dexoptSecondaryDex() local
479 String dexPath = entry.getKey(); in reconcileSecondaryDexFiles() local
545 public RegisterDexModuleResult registerDexModule(ApplicationInfo info, String dexPath, in registerDexModule()
606 ApplicationInfo loadingAppInfo, String dexPath, int userId) { in getDexPackage()
853 public int searchDex(String dexPath, int userId) { in searchDex()
DDexLogger.java73 String dexPath, int storageFlags) { in onReconcileSecondaryDexFile()
DPackageDexUsage.java119 public boolean record(String owningPackageName, String dexPath, int ownerUserId, in record()
277 String dexPath = dEntry.getKey(); in write() local
352 String dexPath = line.substring(DEX_LINE_CHAR.length()); in read() local
DDexoptUtils.java338 String dexPath = loadedDexPaths[i]; in processContextForDexLoad() local
/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl92 boolean reconcileSecondaryDexFile(@utf8InCpp String dexPath, @utf8InCpp String pkgName, in reconcileSecondaryDexFile()
96 byte[] hashSecondaryDexFile(@utf8InCpp String dexPath, @utf8InCpp String pkgName, in hashSecondaryDexFile()
/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java523 public byte[] hashSecondaryDexFile(String dexPath, String packageName, int uid, in hashSecondaryDexFile()
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp2551 const std::string& dexPath, const std::string& packageName, int32_t uid, in reconcileSecondaryDexFile()
2566 const std::string& dexPath, const std::string& packageName, int32_t uid, in hashSecondaryDexFile()