Searched refs:GetClassPathOption (Results 1 – 8 of 8) sorted by relevance
/art/imgdiag/ |
D | imgdiag_test.cc | 92 GetClassPathOption("-Xbootclasspath:", GetLibCoreDexFileNames()), in Exec() 94 GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations()), in Exec()
|
/art/oatdump/ |
D | oatdump_test.h | 147 GetClassPathOption("-Xbootclasspath:", GetLibCoreDexFileNames()), 149 GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations()), 223 exec_argv.push_back(GetClassPathOption("-Xbootclasspath:", GetLibCoreDexFileNames())); 226 GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations()));
|
/art/libartpalette/apex/ |
D | palette_test.cc | 103 GetClassPathOption("-Xbootclasspath:", GetLibCoreDexFileNames()); in TEST_F() 105 GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations()); in TEST_F()
|
/art/dex2oat/linker/ |
D | image_write_read_test.cc | 67 options.emplace_back(GetClassPathOption("-Xbootclasspath:", GetLibCoreDexFileNames()), nullptr); in TestWriteRead() 69 GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations()), nullptr); in TestWriteRead()
|
/art/runtime/ |
D | common_runtime_test.cc | 97 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/ |
D | dexoptanalyzer_test.cc | 58 argv_str.push_back(GetClassPathOption("-Xbootclasspath:", GetLibCoreDexFileNames())); in Analyze() 60 argv_str.push_back(GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations())); in Analyze()
|
/art/libartbase/base/ |
D | common_art_test.h | 166 static std::string GetClassPathOption(const char* option,
|
D | common_art_test.cc | 496 std::string CommonArtTestImpl::GetClassPathOption(const char* option, in GetClassPathOption() function in art::CommonArtTestImpl
|