Home
last modified time | relevance | path

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

/art/odrefresh/
Dodr_config.h186 void SetDex2oatBootclasspath(const std::string& classpath) { in SetDex2oatBootclasspath()
203 void SetSystemServerClasspath(const std::string& classpath) { in SetSystemServerClasspath()
215 void SetBootClasspath(const std::string& classpath) { boot_classpath_ = classpath; } in SetBootClasspath()
/art/tools/
Drun-libcore-tests.py245 def get_jar_filename(classpath): argument
/art/runtime/native/
Ddalvik_system_BaseDexClassLoader.cc52 const std::string& classpath = classpath_to_context.first; in BaseDexClassLoader_computeClassLoaderContextsNative() local
/art/runtime/
Dclass_loader_context_test.cc52 const std::string& classpath) { in VerifyClassLoaderPCL()
59 const std::string& classpath) { in VerifyClassLoaderDLC()
66 const std::string& classpath) { in VerifyClassLoaderIMC()
74 const std::string& classpath) { in VerifyClassLoaderSharedLibraryPCL()
83 const std::string& classpath) { in VerifyClassLoaderSharedLibraryPCLAfter()
92 const std::string& classpath) { in VerifyClassLoaderSharedLibraryIMC()
110 const std::string& classpath) { in VerifyClassLoaderSharedLibraryDLC()
347 const std::string& classpath) { in VerifyClassLoaderInfo()
361 const std::string& classpath) { in VerifyClassLoaderInfoSL()
378 const std::string& classpath) { in VerifyClassLoaderInfoSLAfter()
[all …]
Dclass_loader_context.h232 std::vector<std::string> classpath; member
Dclass_loader_context.cc203 std::string classpath = class_loader_spec.substr(type_str_size + 1, in ParseClassLoaderSpec() local
795 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/libartbase/base/
Dcommon_art_test.cc567 std::string classpath = dex_files[0]->GetLocation(); in CreateClassPath() local
577 std::string classpath = dex_files[0]->GetLocation() + "*" + in CreateClassPathWithChecksums() local
/art/tools/common/
Dcommon.py480 def PushClasspath(self, classpath): argument
/art/tools/hiddenapi/
Dhiddenapi.cc460 Hierarchy(ClassPath& classpath, bool fragment, bool verbose) : classpath_(classpath) { in Hierarchy()
/art/dex2oat/
Ddex2oat_test.cc1087 const char* classpath = oat_file.GetOatHeader().GetStoreValueByKey(OatHeader::kClassPathKey); in RunTest() local