/aosp_15_r20/art/libartbase/base/ |
H A D | testing.cc | 62 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 D | testing.h | 35 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 D | common_art_test.cc | 466 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 D | common_art_test.h | 155 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/ |
D | testing.h | 33 std::vector<std::string> GetLibCoreDexFileNames(const std::vector<std::string>& modules); 37 std::vector<std::string> GetLibCoreDexFileNames(bool core_only = false);
|
D | common_art_test.h | 146 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/ |
D | testing.h | 33 std::vector<std::string> GetLibCoreDexFileNames(const std::vector<std::string>& modules); 37 std::vector<std::string> GetLibCoreDexFileNames(bool core_only = false);
|
D | common_art_test.h | 155 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/ |
D | testing.h | 35 std::vector<std::string> GetLibCoreDexFileNames(const std::string& prefix, 40 std::vector<std::string> GetLibCoreDexFileNames(const std::string& prefix, bool core_only = false);
|
D | common_art_test.h | 155 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/ |
D | testing.h | 35 std::vector<std::string> GetLibCoreDexFileNames(const std::string& prefix, 40 std::vector<std::string> GetLibCoreDexFileNames(const std::string& prefix, bool core_only = false);
|
D | common_art_test.h | 155 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/ |
D | testing.h | 35 std::vector<std::string> GetLibCoreDexFileNames(const std::string& prefix, 40 std::vector<std::string> GetLibCoreDexFileNames(const std::string& prefix, bool core_only = false);
|
D | common_art_test.h | 156 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/ |
D | testing.h | 35 std::vector<std::string> GetLibCoreDexFileNames(const std::string& prefix, 40 std::vector<std::string> GetLibCoreDexFileNames(const std::string& prefix, bool core_only = false);
|
D | common_art_test.h | 155 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/ |
D | testing.h | 35 std::vector<std::string> GetLibCoreDexFileNames(const std::string& prefix, 40 std::vector<std::string> GetLibCoreDexFileNames(const std::string& prefix, bool core_only = false);
|
D | common_art_test.h | 155 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 D | oatdump_test.h | 147 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 D | generate-boot-image.cc | 48 using ::art::testing::GetLibCoreDexFileNames; 135 GetLibCoreDexFileNames(options.android_root, options.core_only); in GenerateBootImage()
|
/aosp_15_r20/art/tools/fuzzer/ |
H A D | libart_verify_classes_fuzzer.cc | 71 std::vector<std::string> GetLibCoreDexFileNames() { in GetLibCoreDexFileNames() function 116 GetClassPathOption("-Xbootclasspath:", GetLibCoreDexFileNames()); in LLVMFuzzerInitialize()
|
/aosp_15_r20/art/runtime/gc/space/ |
H A D | image_space_test.cc | 62 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/ |
D | common_art_test.h | 146 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/ |
D | common_art_test.h | 146 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 D | profile_assistant_test.cc | 204 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()
|