Home
last modified time | relevance | path

Searched refs:GetLibCoreDexFileNames (Results 1 – 23 of 23) sorted by relevance

/aosp12/art/oatdump/
H A Doatdump_test.h141 GetClassPathOption("-Xbootclasspath:", GetLibCoreDexFileNames()), in GenerateAppOdexFile()
198 exec_argv.push_back(GetClassPathOption("-Xbootclasspath:", GetLibCoreDexFileNames()));
210 exec_argv.push_back(GetClassPathOption("-Xbootclasspath:", GetLibCoreDexFileNames()));
220 exec_argv.push_back(GetClassPathOption("-Xbootclasspath:", GetLibCoreDexFileNames()));
231 exec_argv.push_back("--dex-file=" + GetLibCoreDexFileNames()[0]);
/aosp12/art/tools/dexanalyze/
H A Ddexanalyze_test.cc52 DexAnalyzeExec({ "-a", GetLibCoreDexFileNames()[0] }, /*expect_success=*/ true); in TEST_F()
/aosp12/art/libartbase/base/
H A Dcommon_art_test.h146 std::vector<std::string> GetLibCoreDexFileNames(const std::vector<std::string>& modules) const;
149 std::vector<std::string> GetLibCoreDexFileNames() const;
H A Dcommon_art_test.cc454 std::vector<std::string> CommonArtTestImpl::GetLibCoreDexFileNames( in GetLibCoreDexFileNames() function in art::CommonArtTestImpl
464 std::vector<std::string> CommonArtTestImpl::GetLibCoreDexFileNames() const { in GetLibCoreDexFileNames() function in art::CommonArtTestImpl
466 return GetLibCoreDexFileNames(modules); in GetLibCoreDexFileNames()
471 std::vector<std::string> result = GetLibCoreDexFileNames(modules); in GetLibCoreDexLocations()
H A Dzip_archive_test.cc36 …std::unique_ptr<ZipArchive> zip_archive(ZipArchive::Open(GetLibCoreDexFileNames()[0].c_str(), &err… in TEST_F()
/aosp12/art/dexdump/
H A Ddexdump_test.cc37 dex_file_ = GetLibCoreDexFileNames()[0]; in SetUp()
/aosp12/art/dexlist/
H A Ddexlist_test.cc39 dex_file_ = GetLibCoreDexFileNames()[0]; in SetUp()
/aosp12/art/imgdiag/
H A Dimgdiag_test.cc92 GetClassPathOption("-Xbootclasspath:", GetLibCoreDexFileNames()), in Exec()
/aosp12/art/libdexfile/dex/
H A Dclass_accessor_test.cc27 OpenDexFiles(GetLibCoreDexFileNames()[0].c_str())); in TEST_F()
H A Dart_dex_file_loader_test.cc42 std::vector<std::string> lib_core_dex_file_names = GetLibCoreDexFileNames(); in SetUp()
70 EXPECT_TRUE(dex_file_loader.GetMultiDexChecksums(GetLibCoreDexFileNames()[0].c_str(), in TEST_F()
/aosp12/art/dex2oat/
H A Ddex2oat_image_test.cc186 std::vector<std::string> libcore_dex_files = GetLibCoreDexFileNames(); in TEST_F()
198 std::vector<std::string> libcore_dexes = GetLibCoreDexFileNames(); in TEST_F()
270 std::vector<std::string> libcore_dex_files = GetLibCoreDexFileNames(); in TEST_F()
H A Ddex2oat_test.cc1103 GetLibCoreDexFileNames(), in TEST_F()
1120 GetLibCoreDexFileNames(), in TEST_F()
/aosp12/art/profman/
H A Dprofile_assistant_test.cc202 argv_str.push_back("--apk=" + GetLibCoreDexFileNames()[0]); in GenerateTestProfileWithInputDex()
203 argv_str.push_back("--dex-location=" + GetLibCoreDexFileNames()[0]); in GenerateTestProfileWithInputDex()
259 filename, extra_args, file_contents, target.value_or(GetLibCoreDexFileNames()[0])); in DumpClassesAndMethods()
265 return RunProfman(filename, extra_args, file_contents, GetLibCoreDexFileNames()[0]); in DumpOnly()
274 target.value_or(GetLibCoreDexFileNames()[0]))); in CreateAndDump()
855 GetLibCoreDexFileNames()[0])); in TEST_F()
880 const std::string core_dex = GetLibCoreDexFileNames()[0]; in TEST_F()
1012 const std::string core_dex = GetLibCoreDexFileNames()[0]; in TEST_F()
/aosp12/art/dex2oat/linker/
H A Dimage_write_read_test.cc67 options.emplace_back(GetClassPathOption("-Xbootclasspath:", GetLibCoreDexFileNames()), nullptr); in TestWriteRead()
/aosp12/art/runtime/
H A Dmodule_exclusion_test.cc86 std::vector<std::string> filename = GetLibCoreDexFileNames({ module_ }); in GetModuleFileName()
H A Dparsed_options_test.cc43 for (const std::string& dex_file_name : GetLibCoreDexFileNames()) { in TEST_F()
H A Dcommon_runtime_test.cc91 GetClassPathOption("-Xbootclasspath:", GetLibCoreDexFileNames()); in SetUp()
414 argv->push_back(GetClassPathOption("-Xbootclasspath:", GetLibCoreDexFileNames())); in StartDex2OatCommandLine()
H A Ddexopt_test.cc76 std::vector<std::string> libcore_dex_files = GetLibCoreDexFileNames(); in GenerateAlternateImage()
H A Doat_file_assistant_test.cc1310 Copy(GetLibCoreDexFileNames()[0], dex_location); in TEST_F()
/aosp12/art/dexlayout/
H A Ddexlayout_test.cc269 for (const std::string& dex_file : GetLibCoreDexFileNames()) { in FullPlainOutputExec()
297 for (const std::string& dex_file : GetLibCoreDexFileNames()) { in DexFileOutputExec()
/aosp12/art/dexoptanalyzer/
H A Ddexoptanalyzer_test.cc58 argv_str.push_back(GetClassPathOption("-Xbootclasspath:", GetLibCoreDexFileNames())); in Analyze()
/aosp12/art/tools/hiddenapi/
H A Dhiddenapi_test.cc88 std::string boot_cp = android::base::Join(GetLibCoreDexFileNames(), ":"); in RunHiddenapiList()
93 for (const std::string& core_jar : GetLibCoreDexFileNames()) { in RunHiddenapiList()
/aosp12/art/runtime/gc/space/
H A Dimage_space_test.cc63 std::vector<std::string> bcp = GetLibCoreDexFileNames(); in TEST_F()