Searched refs:GetClassPathOption (Results 1 – 7 of 7) sorted by relevance
/art/oatdump/ |
D | oatdump_test.h | 132 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/ |
D | imgdiag_test.cc | 97 GetClassPathOption("-Xbootclasspath:", GetLibCoreDexFileNames()), in Exec() 99 GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations()), in Exec()
|
/art/runtime/ |
D | common_runtime_test.cc | 116 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/ |
D | dexoptanalyzer_test.cc | 51 argv_str.push_back(GetClassPathOption("-Xbootclasspath:", GetLibCoreDexFileNames())); in Analyze() 53 argv_str.push_back(GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations())); in Analyze()
|
/art/libartbase/base/ |
D | common_art_test.h | 125 static std::string GetClassPathOption(const char* option,
|
D | common_art_test.cc | 398 std::string CommonArtTestImpl::GetClassPathOption(const char* option, in GetClassPathOption() function in art::CommonArtTestImpl
|
/art/dex2oat/linker/ |
D | image_test.h | 443 options.emplace_back(GetClassPathOption("-Xbootclasspath:", GetLibCoreDexFileNames()), nullptr); in TestWriteRead() 445 GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations()), nullptr); in TestWriteRead()
|