Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_BaseDexClassLoader.cc52 const std::string& classpath = classpath_to_context.first; in BaseDexClassLoader_computeClassLoaderContextsNative() local
/art/runtime/
Dclass_loader_context.h223 std::vector<std::string> classpath; member
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 VerifyClassLoaderSharedLibraryIMC()
101 const std::string& classpath) { in VerifyClassLoaderSharedLibraryDLC()
226 const std::string& classpath) { in VerifyClassLoaderInfo()
240 const std::string& classpath) { in VerifyClassLoaderInfoSL()
257 const std::string& classpath = "") { in VerifyClassLoaderFromTestDex()
Dclass_loader_context.cc202 std::string classpath = class_loader_spec.substr(type_str_size + 1, in ParseClassLoaderSpec() local
772 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.cc548 std::string classpath = dex_files[0]->GetLocation(); in CreateClassPath() local
558 std::string classpath = dex_files[0]->GetLocation() + "*" + in CreateClassPathWithChecksums() local
/art/runtime/verifier/
Dverifier_deps.cc984 const std::vector<const DexFile*>& classpath, in ValidateDependencies()
1225 const std::vector<const DexFile*>& classpath, in VerifyInternalClasses()
1267 const std::vector<const DexFile*>& classpath, in VerifyDexFile()
/art/tools/common/
Dcommon.py480 def PushClasspath(self, classpath): argument
/art/tools/hiddenapi/
Dhiddenapi.cc442 explicit Hierarchy(ClassPath& classpath) : classpath_(classpath) { in Hierarchy()
/art/dex2oat/
Ddex2oat_test.cc1109 const char* classpath = oat_file.GetOatHeader().GetStoreValueByKey(OatHeader::kClassPathKey); in RunTest() local