Home
last modified time | relevance | path

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

/art/odrefresh/
Dodr_config.h240 void SetDex2oatBootclasspath(const std::string& classpath) { in SetDex2oatBootclasspath()
257 void SetSystemServerClasspath(const std::string& classpath) { in SetSystemServerClasspath()
272 void SetBootClasspath(const std::string& classpath) { boot_classpath_ = classpath; } in SetBootClasspath()
/art/tools/
Drun-libcore-tests.py369 def get_jar_filename(classpath): argument
/art/runtime/native/
Ddalvik_system_BaseDexClassLoader.cc63 const std::string& classpath = classpath_to_context.first; in BaseDexClassLoader_computeClassLoaderContextsNative() local
/art/libartservice/service/java/com/android/server/art/
DPrimaryDexUtils.java189 List<String> classpath = new ArrayList<>(); in computeClassLoaderContexts() local
256 @Nullable List<String> classpath, @Nullable String parentContext, in encodeClassLoader()
/art/runtime/
Dclass_loader_context_test.cc76 const std::string& classpath) { in VerifyClassLoaderPCL()
83 const std::string& classpath) { in VerifyClassLoaderDLC()
90 const std::string& classpath) { in VerifyClassLoaderIMC()
98 const std::string& classpath) { in VerifyClassLoaderSharedLibraryPCL()
107 const std::string& classpath) { in VerifyClassLoaderSharedLibraryPCLAfter()
116 const std::string& classpath) { in VerifyClassLoaderSharedLibraryIMC()
134 const std::string& classpath) { in VerifyClassLoaderSharedLibraryDLC()
395 const std::string& classpath) { in VerifyClassLoaderInfo()
409 const std::string& classpath) { in VerifyClassLoaderInfoSL()
426 const std::string& classpath) { in VerifyClassLoaderInfoSLAfter()
[all …]
Dclass_loader_context.h235 std::vector<std::string> classpath; member
Dclass_loader_context.cc198 std::string classpath = in ParseClassLoaderSpec() local
788 static std::string FlattenClasspath(const std::vector<std::string>& classpath) { in FlattenClasspath()
/art/tools/bisection_search/
Dbisection_search.py353 def PrepareBaseCommand(args, classpath): argument
/art/tools/common/
Dcommon.py480 def PushClasspath(self, classpath): argument
/art/libartbase/base/
Dcommon_art_test.cc589 std::string classpath = dex_files[0]->GetLocation(); in CreateClassPath() local
/art/tools/hiddenapi/
Dhiddenapi.cc441 Hierarchy(ClassPath& classpath, bool fragment, bool verbose) : classpath_(classpath) { in Hierarchy()
/art/dex2oat/
Ddex2oat_test.cc1052 const char* classpath = oat_file.GetOatHeader().GetStoreValueByKey(OatHeader::kClassPathKey); in RunTest() local