Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump_test.h141 GetClassPathOption("-Xbootclasspath:", GetLibCoreDexFileNames()), in GenerateAppOdexFile()
143 GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations()), in GenerateAppOdexFile()
198 exec_argv.push_back(GetClassPathOption("-Xbootclasspath:", GetLibCoreDexFileNames()));
201 GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations()));
210 exec_argv.push_back(GetClassPathOption("-Xbootclasspath:", GetLibCoreDexFileNames()));
213 GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations()));
220 exec_argv.push_back(GetClassPathOption("-Xbootclasspath:", GetLibCoreDexFileNames()));
223 GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations()));
/art/imgdiag/
Dimgdiag_test.cc92 GetClassPathOption("-Xbootclasspath:", GetLibCoreDexFileNames()), in Exec()
94 GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations()), in Exec()
/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.cc91 GetClassPathOption("-Xbootclasspath:", GetLibCoreDexFileNames()); in SetUp()
93 GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations()); in SetUp()
410 argv->push_back(GetClassPathOption("-Xbootclasspath:", GetLibCoreDexFileNames())); in StartDex2OatCommandLine()
412 argv->push_back(GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations())); in StartDex2OatCommandLine()
/art/dexoptanalyzer/
Ddexoptanalyzer_test.cc50 argv_str.push_back(GetClassPathOption("-Xbootclasspath:", GetLibCoreDexFileNames())); in Analyze()
52 argv_str.push_back(GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations())); in Analyze()
/art/libartbase/base/
Dcommon_art_test.h194 static std::string GetClassPathOption(const char* option,
Dcommon_art_test.cc469 std::string CommonArtTestImpl::GetClassPathOption(const char* option, in GetClassPathOption() function in art::CommonArtTestImpl