Home
last modified time | relevance | path

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

/art/libartbase/base/
Dtesting.cc77 std::vector<std::string> GetLibCoreDexLocations(const std::vector<std::string>& modules) { in GetLibCoreDexLocations() function
81 std::vector<std::string> GetLibCoreDexLocations(bool core_only) { in GetLibCoreDexLocations() function
83 return GetLibCoreDexLocations(modules); in GetLibCoreDexLocations()
Dtesting.h43 std::vector<std::string> GetLibCoreDexLocations(const std::vector<std::string>& modules);
47 std::vector<std::string> GetLibCoreDexLocations(bool core_only = false);
Dcommon_art_test.h161 std::vector<std::string> GetLibCoreDexLocations(const std::vector<std::string>& modules) const;
164 std::vector<std::string> GetLibCoreDexLocations() const;
Dcommon_art_test.cc478 std::vector<std::string> CommonArtTestImpl::GetLibCoreDexLocations( in GetLibCoreDexLocations() function in art::CommonArtTestImpl
491 std::vector<std::string> CommonArtTestImpl::GetLibCoreDexLocations() const { in GetLibCoreDexLocations() function in art::CommonArtTestImpl
493 return GetLibCoreDexLocations(modules); in GetLibCoreDexLocations()
/art/test/generate-boot-image/
Dgenerate-boot-image.cc49 using ::art::testing::GetLibCoreDexLocations;
136 std::vector<std::string> dex_locations = GetLibCoreDexLocations(options.core_only); in GenerateBootImage()
/art/imgdiag/
Dimgdiag_test.cc94 GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations()), in Exec()
/art/oatdump/
Doatdump_test.h149 GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations()),
226 GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations()));
/art/libartpalette/apex/
Dpalette_test.cc105 GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations()); in TEST_F()
/art/dex2oat/linker/
Dimage_write_read_test.cc69 GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations()), nullptr); in TestWriteRead()
/art/runtime/
Ddexopt_test.cc78 std::vector<std::string> libcore_dex_locations = GetLibCoreDexLocations(); in GenerateAlternateImage()
Dcommon_runtime_test.cc99 GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations()); in SetUp()
441 argv->push_back(GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations())); in StartDex2OatCommandLine()
/art/dexoptanalyzer/
Ddexoptanalyzer_test.cc60 argv_str.push_back(GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations())); in Analyze()
/art/runtime/gc/space/
Dimage_space_test.cc63 std::vector<std::string> bcp_locations = GetLibCoreDexLocations(); in TEST_F()