Searched refs:GetClassPathOption (Results 1 – 7 of 7) sorted by relevance
/art/oatdump/ |
D | oatdump_test.h | 141 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/ |
D | imgdiag_test.cc | 92 GetClassPathOption("-Xbootclasspath:", GetLibCoreDexFileNames()), in Exec() 94 GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations()), in Exec()
|
/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 | 114 GetClassPathOption("-Xbootclasspath:", GetLibCoreDexFileNames()); in SetUp() 116 GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations()); in SetUp() 433 argv->push_back(GetClassPathOption("-Xbootclasspath:", GetLibCoreDexFileNames())); in StartDex2OatCommandLine() 435 argv->push_back(GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations())); in StartDex2OatCommandLine()
|
/art/dexoptanalyzer/ |
D | dexoptanalyzer_test.cc | 50 argv_str.push_back(GetClassPathOption("-Xbootclasspath:", GetLibCoreDexFileNames())); in Analyze() 52 argv_str.push_back(GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations())); in Analyze()
|
/art/libartbase/base/ |
D | common_art_test.h | 193 static std::string GetClassPathOption(const char* option,
|
D | common_art_test.cc | 458 std::string CommonArtTestImpl::GetClassPathOption(const char* option, in GetClassPathOption() function in art::CommonArtTestImpl
|