Home
last modified time | relevance | path

Searched defs:classpath (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/dex/
DDexoptUtils.java110 String classpath = baseClassPath; in getClassLoaderContexts() local
288 private static String encodeClasspath(String classpath, String newElement) { in encodeClasspath()
299 /*package*/ static String encodeClassLoader(String classpath, String classLoaderName) { in encodeClassLoader()
315 private static String encodeClassLoader(String classpath, String classLoaderName, in encodeClassLoader()
377 String classpath = encodeClasspath(classPaths.get(i).split(File.pathSeparator)); in processContextForDexLoad() local
/frameworks/native/cmds/installd/
Ddexopt.cpp2570 bool open_classpath_files(const std::string& classpath, std::vector<unique_fd>* apk_fds, in open_classpath_files()
2589 const std::string& classpath) { in create_app_profile_snapshot()
2650 const std::string& classpath) { in create_boot_image_profile_snapshot()
2762 const std::string& profile_name, const std::string& classpath) { in create_profile_snapshot()
DInstalldNativeService.cpp3240 const std::string& classpath, bool* _aidl_return) { in createProfileSnapshot()
/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl86 @utf8InCpp String profileName, @utf8InCpp String classpath); in createProfileSnapshot()
/frameworks/native/cmds/installd/tests/
Dinstalld_dexopt_test.cpp1515 void createBootImageProfileSnapshot(const std::string& classpath, bool expected_result) { in createBootImageProfileSnapshot()