Searched defs:classpath (Results 1 – 12 of 12) sorted by relevance
219 void SetDex2oatBootclasspath(const std::string& classpath) { in SetDex2oatBootclasspath()236 void SetSystemServerClasspath(const std::string& classpath) { in SetSystemServerClasspath()251 void SetBootClasspath(const std::string& classpath) { boot_classpath_ = classpath; } in SetBootClasspath()
367 def get_jar_filename(classpath): argument
63 const std::string& classpath = classpath_to_context.first; in BaseDexClassLoader_computeClassLoaderContextsNative() local
178 List<String> classpath = new ArrayList<>(); in computeClassLoaderContexts() local245 @Nullable List<String> classpath, @Nullable String parentContext, in encodeClassLoader()
74 const std::string& classpath) { in VerifyClassLoaderPCL()81 const std::string& classpath) { in VerifyClassLoaderDLC()88 const std::string& classpath) { in VerifyClassLoaderIMC()96 const std::string& classpath) { in VerifyClassLoaderSharedLibraryPCL()105 const std::string& classpath) { in VerifyClassLoaderSharedLibraryPCLAfter()114 const std::string& classpath) { in VerifyClassLoaderSharedLibraryIMC()132 const std::string& classpath) { in VerifyClassLoaderSharedLibraryDLC()372 const std::string& classpath) { in VerifyClassLoaderInfo()386 const std::string& classpath) { in VerifyClassLoaderInfoSL()403 const std::string& classpath) { in VerifyClassLoaderInfoSLAfter()[all …]
234 std::vector<std::string> classpath; member
197 std::string classpath = in ParseClassLoaderSpec() local787 static std::string FlattenClasspath(const std::vector<std::string>& classpath) { in FlattenClasspath()
353 def PrepareBaseCommand(args, classpath): argument
575 std::string classpath = dex_files[0]->GetLocation(); in CreateClassPath() local585 std::string classpath = dex_files[0]->GetLocation() + "*" + in CreateClassPathWithChecksums() local
480 def PushClasspath(self, classpath): argument
440 Hierarchy(ClassPath& classpath, bool fragment, bool verbose) : classpath_(classpath) { in Hierarchy()
1052 const char* classpath = oat_file.GetOatHeader().GetStoreValueByKey(OatHeader::kClassPathKey); in RunTest() local