Home
last modified time | relevance | path

Searched refs:GetClassPathOption (Results 1 – 7 of 7) sorted by relevance

/art/oatdump/
Doatdump_test.h132 GetClassPathOption("-Xbootclasspath:", GetLibCoreDexFileNames()), in GenerateAppOdexFile()
134 GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations()), in GenerateAppOdexFile()
188 exec_argv.push_back(GetClassPathOption("-Xbootclasspath:", GetLibCoreDexFileNames())); in Exec()
191 GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations())); in Exec()
200 exec_argv.push_back(GetClassPathOption("-Xbootclasspath:", GetLibCoreDexFileNames())); in Exec()
203 GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations())); in Exec()
210 exec_argv.push_back(GetClassPathOption("-Xbootclasspath:", GetLibCoreDexFileNames())); in Exec()
213 GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations())); in Exec()
/art/imgdiag/
Dimgdiag_test.cc97 GetClassPathOption("-Xbootclasspath:", GetLibCoreDexFileNames()), in Exec()
99 GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations()), in Exec()
/art/runtime/
Dcommon_runtime_test.cc116 GetClassPathOption("-Xbootclasspath:", GetLibCoreDexFileNames()); in SetUp()
118 GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations()); in SetUp()
423 argv->push_back(GetClassPathOption("-Xbootclasspath:", GetLibCoreDexFileNames())); in StartDex2OatCommandLine()
425 argv->push_back(GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations())); in StartDex2OatCommandLine()
/art/dexoptanalyzer/
Ddexoptanalyzer_test.cc51 argv_str.push_back(GetClassPathOption("-Xbootclasspath:", GetLibCoreDexFileNames())); in Analyze()
53 argv_str.push_back(GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations())); in Analyze()
/art/libartbase/base/
Dcommon_art_test.h125 static std::string GetClassPathOption(const char* option,
Dcommon_art_test.cc398 std::string CommonArtTestImpl::GetClassPathOption(const char* option, in GetClassPathOption() function in art::CommonArtTestImpl
/art/dex2oat/linker/
Dimage_test.h443 options.emplace_back(GetClassPathOption("-Xbootclasspath:", GetLibCoreDexFileNames()), nullptr); in TestWriteRead()
445 GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations()), nullptr); in TestWriteRead()