Home
last modified time | relevance | path

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

/art/imgdiag/
Dimgdiag_test.cc92 GetClassPathOption("-Xbootclasspath:", GetLibCoreDexFileNames()), in Exec()
94 GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations()), in Exec()
/art/oatdump/
Doatdump_test.h147 GetClassPathOption("-Xbootclasspath:", GetLibCoreDexFileNames()),
149 GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations()),
223 exec_argv.push_back(GetClassPathOption("-Xbootclasspath:", GetLibCoreDexFileNames()));
226 GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations()));
/art/libartpalette/apex/
Dpalette_test.cc103 GetClassPathOption("-Xbootclasspath:", GetLibCoreDexFileNames()); in TEST_F()
105 GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations()); in TEST_F()
/art/dex2oat/linker/
Dimage_write_read_test.cc67 options.emplace_back(GetClassPathOption("-Xbootclasspath:", GetLibCoreDexFileNames()), nullptr); in TestWriteRead()
69 GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations()), nullptr); in TestWriteRead()
/art/runtime/
Dcommon_runtime_test.cc97 GetClassPathOption("-Xbootclasspath:", GetLibCoreDexFileNames()); in SetUp()
99 GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations()); in SetUp()
439 argv->push_back(GetClassPathOption("-Xbootclasspath:", GetLibCoreDexFileNames())); in StartDex2OatCommandLine()
441 argv->push_back(GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations())); in StartDex2OatCommandLine()
/art/dexoptanalyzer/
Ddexoptanalyzer_test.cc58 argv_str.push_back(GetClassPathOption("-Xbootclasspath:", GetLibCoreDexFileNames())); in Analyze()
60 argv_str.push_back(GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations())); in Analyze()
/art/libartbase/base/
Dcommon_art_test.h166 static std::string GetClassPathOption(const char* option,
Dcommon_art_test.cc496 std::string CommonArtTestImpl::GetClassPathOption(const char* option, in GetClassPathOption() function in art::CommonArtTestImpl