Home
last modified time | relevance | path

Searched refs:GetLibCoreDexLocations (Results 1 – 9 of 9) sorted by relevance

/art/oatdump/
Doatdump_test.h143 GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations()), in GenerateAppOdexFile()
201 GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations()));
213 GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations()));
223 GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations()));
/art/imgdiag/
Dimgdiag_test.cc94 GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations()), in Exec()
/art/libartbase/base/
Dcommon_art_test.h188 std::vector<std::string> GetLibCoreDexLocations(const std::vector<std::string>& modules) const;
191 std::vector<std::string> GetLibCoreDexLocations() const;
Dcommon_art_test.cc432 std::vector<std::string> CommonArtTestImpl::GetLibCoreDexLocations( in GetLibCoreDexLocations() function in art::CommonArtTestImpl
453 std::vector<std::string> CommonArtTestImpl::GetLibCoreDexLocations() const { in GetLibCoreDexLocations() function in art::CommonArtTestImpl
455 return GetLibCoreDexLocations(modules); in GetLibCoreDexLocations()
/art/dex2oat/linker/
Dimage_write_read_test.cc69 GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations()), nullptr); in TestWriteRead()
/art/runtime/
Ddexopt_test.cc74 std::vector<std::string> libcore_dex_locations = GetLibCoreDexLocations(); in GenerateAlternateImage()
Dcommon_runtime_test.cc116 GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations()); in SetUp()
435 argv->push_back(GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations())); in StartDex2OatCommandLine()
/art/dexoptanalyzer/
Ddexoptanalyzer_test.cc52 argv_str.push_back(GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations())); in Analyze()
/art/runtime/gc/space/
Dimage_space_test.cc65 std::vector<std::string> bcp_locations = GetLibCoreDexLocations(); in TEST_F()