Home
last modified time | relevance | path

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

12

/aosp_15_r20/art/libartbase/base/
H A Dtesting.cc62 std::vector<std::string> GetLibCoreDexFileNames(const std::string& prefix, in GetLibCoreDexFileNames() function
72 std::vector<std::string> GetLibCoreDexFileNames(const std::string& prefix, bool core_only) { in GetLibCoreDexFileNames() function
74 return GetLibCoreDexFileNames(prefix, modules); in GetLibCoreDexFileNames()
78 return GetLibCoreDexFileNames(/*prefix=*/"", modules); in GetLibCoreDexLocations()
H A Dtesting.h35 std::vector<std::string> GetLibCoreDexFileNames(const std::string& prefix,
40 std::vector<std::string> GetLibCoreDexFileNames(const std::string& prefix, bool core_only = false);
H A Dcommon_art_test.cc466 std::vector<std::string> CommonArtTestImpl::GetLibCoreDexFileNames( in GetLibCoreDexFileNames() function in art::CommonArtTestImpl
468 return art::testing::GetLibCoreDexFileNames( in GetLibCoreDexFileNames()
472 std::vector<std::string> CommonArtTestImpl::GetLibCoreDexFileNames() const { in GetLibCoreDexFileNames() function in art::CommonArtTestImpl
474 return art::testing::GetLibCoreDexFileNames( in GetLibCoreDexFileNames()
488 return art::testing::GetLibCoreDexFileNames(prefix, modules); in GetLibCoreDexLocations()
H A Dcommon_art_test.h155 std::vector<std::string> GetLibCoreDexFileNames(const std::vector<std::string>& modules) const;
158 std::vector<std::string> GetLibCoreDexFileNames() const;
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libartbase/base/
Dtesting.h33 std::vector<std::string> GetLibCoreDexFileNames(const std::vector<std::string>& modules);
37 std::vector<std::string> GetLibCoreDexFileNames(bool core_only = false);
Dcommon_art_test.h146 std::vector<std::string> GetLibCoreDexFileNames(const std::vector<std::string>& modules) const;
149 std::vector<std::string> GetLibCoreDexFileNames() const;
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libartbase/base/
Dtesting.h33 std::vector<std::string> GetLibCoreDexFileNames(const std::vector<std::string>& modules);
37 std::vector<std::string> GetLibCoreDexFileNames(bool core_only = false);
Dcommon_art_test.h155 std::vector<std::string> GetLibCoreDexFileNames(const std::vector<std::string>& modules) const;
158 std::vector<std::string> GetLibCoreDexFileNames() const;
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libartbase/base/
Dtesting.h35 std::vector<std::string> GetLibCoreDexFileNames(const std::string& prefix,
40 std::vector<std::string> GetLibCoreDexFileNames(const std::string& prefix, bool core_only = false);
Dcommon_art_test.h155 std::vector<std::string> GetLibCoreDexFileNames(const std::vector<std::string>& modules) const;
158 std::vector<std::string> GetLibCoreDexFileNames() const;
/aosp_15_r20/prebuilts/module_sdk/art/current/host-exports/include/art/libartbase/base/
Dtesting.h35 std::vector<std::string> GetLibCoreDexFileNames(const std::string& prefix,
40 std::vector<std::string> GetLibCoreDexFileNames(const std::string& prefix, bool core_only = false);
Dcommon_art_test.h155 std::vector<std::string> GetLibCoreDexFileNames(const std::vector<std::string>& modules) const;
158 std::vector<std::string> GetLibCoreDexFileNames() const;
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libartbase/base/
Dtesting.h35 std::vector<std::string> GetLibCoreDexFileNames(const std::string& prefix,
40 std::vector<std::string> GetLibCoreDexFileNames(const std::string& prefix, bool core_only = false);
Dcommon_art_test.h156 std::vector<std::string> GetLibCoreDexFileNames(const std::vector<std::string>& modules) const;
159 std::vector<std::string> GetLibCoreDexFileNames() const;
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libartbase/base/
Dtesting.h35 std::vector<std::string> GetLibCoreDexFileNames(const std::string& prefix,
40 std::vector<std::string> GetLibCoreDexFileNames(const std::string& prefix, bool core_only = false);
Dcommon_art_test.h155 std::vector<std::string> GetLibCoreDexFileNames(const std::vector<std::string>& modules) const;
158 std::vector<std::string> GetLibCoreDexFileNames() const;
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libartbase/base/
Dtesting.h35 std::vector<std::string> GetLibCoreDexFileNames(const std::string& prefix,
40 std::vector<std::string> GetLibCoreDexFileNames(const std::string& prefix, bool core_only = false);
Dcommon_art_test.h155 std::vector<std::string> GetLibCoreDexFileNames(const std::vector<std::string>& modules) const;
158 std::vector<std::string> GetLibCoreDexFileNames() const;
/aosp_15_r20/art/oatdump/
H A Doatdump_test.h147 GetClassPathOption("-Xbootclasspath:", GetLibCoreDexFileNames()),
223 exec_argv.push_back(GetClassPathOption("-Xbootclasspath:", GetLibCoreDexFileNames()));
244 exec_argv.push_back("--dex-file=" + GetLibCoreDexFileNames()[0]);
/aosp_15_r20/art/test/generate-boot-image/
H A Dgenerate-boot-image.cc48 using ::art::testing::GetLibCoreDexFileNames;
135 GetLibCoreDexFileNames(options.android_root, options.core_only); in GenerateBootImage()
/aosp_15_r20/art/tools/fuzzer/
H A Dlibart_verify_classes_fuzzer.cc71 std::vector<std::string> GetLibCoreDexFileNames() { in GetLibCoreDexFileNames() function
116 GetClassPathOption("-Xbootclasspath:", GetLibCoreDexFileNames()); in LLVMFuzzerInitialize()
/aosp_15_r20/art/runtime/gc/space/
H A Dimage_space_test.cc62 std::vector<std::string> bcp = GetLibCoreDexFileNames(); in TEST_F()
414 std::vector<std::string> dex_files(GetLibCoreDexFileNames()); in PrepareImageLocation()
447 std::vector<std::string> dex_files(GetLibCoreDexFileNames()); in PrepareImageLocation()
/aosp_15_r20/prebuilts/module_sdk/art/1/host-exports/include/art/libartbase/base/
Dcommon_art_test.h146 std::vector<std::string> GetLibCoreDexFileNames(const std::vector<std::string>& modules) const;
149 std::vector<std::string> GetLibCoreDexFileNames() const;
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libartbase/base/
Dcommon_art_test.h146 std::vector<std::string> GetLibCoreDexFileNames(const std::vector<std::string>& modules) const;
149 std::vector<std::string> GetLibCoreDexFileNames() const;
/aosp_15_r20/art/profman/
H A Dprofile_assistant_test.cc204 argv_str.push_back("--apk=" + GetLibCoreDexFileNames()[0]); in GenerateTestProfileWithInputDex()
205 argv_str.push_back("--dex-location=" + GetLibCoreDexFileNames()[0]); in GenerateTestProfileWithInputDex()
261 filename, extra_args, file_contents, target.value_or(GetLibCoreDexFileNames()[0])); in DumpClassesAndMethods()
267 return RunProfman(filename, extra_args, file_contents, GetLibCoreDexFileNames()[0]); in DumpOnly()
276 target.value_or(GetLibCoreDexFileNames()[0]))); in CreateAndDump()
835 GetLibCoreDexFileNames()[0])); in TEST_F()
860 const std::string core_dex = GetLibCoreDexFileNames()[0]; in TEST_F()
992 const std::string core_dex = GetLibCoreDexFileNames()[0]; in TEST_F()

12