Searched defs:classpath (Results 1 – 10 of 10) sorted by relevance
52 const std::string& classpath = classpath_to_context.first; in BaseDexClassLoader_computeClassLoaderContextsNative() local
223 std::vector<std::string> classpath; member
52 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()
202 std::string classpath = class_loader_spec.substr(type_str_size + 1, in ParseClassLoaderSpec() local771 static std::string FlattenClasspath(const std::vector<std::string>& classpath) { in FlattenClasspath()
353 def PrepareBaseCommand(args, classpath): argument
540 std::string classpath = dex_files[0]->GetLocation(); in CreateClassPath() local550 std::string classpath = dex_files[0]->GetLocation() + "*" + in CreateClassPathWithChecksums() local
931 const std::vector<const DexFile*>& classpath, in ValidateDependencies()1172 const std::vector<const DexFile*>& classpath, in VerifyInternalClasses()1214 const std::vector<const DexFile*>& classpath, in VerifyDexFile()
480 def PushClasspath(self, classpath): argument
442 explicit Hierarchy(ClassPath& classpath) : classpath_(classpath) { in Hierarchy()
1115 const char* classpath = oat_file.GetOatHeader().GetStoreValueByKey(OatHeader::kClassPathKey); in RunTest() local