Home
last modified time | relevance | path

Searched refs:GetTestDexFileName (Results 1 – 15 of 15) sorted by relevance

/art/runtime/
Ddex2oat_environment_test.h141 return GetTestDexFileName("Main"); in GetDexSrc1()
147 return GetTestDexFileName("MainStripped"); in GetStrippedDexSrc1()
151 return GetTestDexFileName("MultiDex"); in GetMultiDexSrc1()
157 return GetTestDexFileName("MultiDexModifiedSecondary"); in GetMultiDexSrc2()
161 return GetTestDexFileName("Nested"); in GetDexSrc2()
Dclass_loader_context_test.cc265 classpath.empty() ? GetTestDexFileName(test_name.c_str()) : classpath); in VerifyClassLoaderFromTestDex()
408 std::string multidex_name = GetTestDexFileName("MultiDex"); in TEST_F()
409 std::string myclass_dex_name = GetTestDexFileName("MyClass"); in TEST_F()
410 std::string dex_name = GetTestDexFileName("Main"); in TEST_F()
454 if (!CreateRelativeString(GetTestDexFileName("MultiDex"), cwd_buf, &multidex_name) || in TEST_F()
455 !CreateRelativeString(GetTestDexFileName("MyClass"), cwd_buf, &myclass_dex_name) || in TEST_F()
456 !CreateRelativeString(GetTestDexFileName("Main"), cwd_buf, &dex_name)) { in TEST_F()
489 if (!CreateRelativeString(GetTestDexFileName("MultiDex"), cwd_buf, &multidex_name) || in TEST_F()
490 !CreateRelativeString(GetTestDexFileName("MyClass"), cwd_buf, &myclass_dex_name) || in TEST_F()
491 !CreateRelativeString(GetTestDexFileName("Main"), cwd_buf, &dex_name)) { in TEST_F()
[all …]
Doat_file_test.cc59 Copy(GetTestDexFileName("MultiDexUncompressedAligned"), dex_location); in TEST_F()
81 Copy(GetTestDexFileName("MainUncompressedAligned"), dex_location); in TEST_F()
Dhidden_api_test.cc585 ASSERT_TRUE(Copy(GetTestDexFileName("Main"), data_location_path, &error_msg)) << error_msg; in TEST_F()
608 ASSERT_TRUE(Copy(GetTestDexFileName("Main"), system_location_path, &error_msg)) << error_msg; in TEST_F()
631 ASSERT_TRUE(Copy(GetTestDexFileName("Main"), system_ext_location_path, &error_msg)) << error_msg; in TEST_F()
655 ASSERT_TRUE(Copy(GetTestDexFileName("Main"), system_framework_location_path, &error_msg)) in TEST_F()
682 ASSERT_TRUE(Copy(GetTestDexFileName("Main"), system_ext_framework_location_path, &error_msg)) in TEST_F()
709 ASSERT_TRUE(Copy(GetTestDexFileName("MultiDex"), data_multi_location_path, &error_msg)) in TEST_F()
734 ASSERT_TRUE(Copy(GetTestDexFileName("MultiDex"), system_multi_location_path, &error_msg)) in TEST_F()
759 ASSERT_TRUE(Copy(GetTestDexFileName("MultiDex"), system_ext_multi_location_path, &error_msg)) in TEST_F()
784 ASSERT_TRUE(Copy(GetTestDexFileName("MultiDex"), in TEST_F()
813 ASSERT_TRUE(Copy(GetTestDexFileName("MultiDex"), in TEST_F()
/art/dex2oat/
Ddex2oat_test.cc270 Copy(GetTestDexFileName(), dex_location);
289 virtual std::string GetTestDexFileName() { in GetTestDexFileName() function in art::Dex2oatSwapTest
290 return Dex2oatEnvironmentTest::GetTestDexFileName("VerifierDeps"); in GetTestDexFileName()
378 std::string GetTestDexFileName() override { in GetTestDexFileName() function in art::Dex2oatSwapUseTest
380 return CommonRuntimeTest::GetTestDexFileName("Statics"); in GetTestDexFileName()
883 Copy(GetTestDexFileName("MultiDex"), dex_location); in RunUnquickenMultiDex()
931 Copy(GetTestDexFileName("MultiDex"), dex_location); in RunUnquickenMultiDexCDex()
1025 Copy(GetTestDexFileName(), dex_location);
1039 std::string GetTestDexFileName() { in GetTestDexFileName() function in art::Dex2oatWatchdogTest
1072 Copy(GetTestDexFileName(), dex_location);
[all …]
/art/tools/dexanalyze/
Ddexanalyze_test.cc48 DexAnalyzeExec({ "-a", GetTestDexFileName("MultiDex") }, /*expect_success=*/ true); in TEST_F()
/art/oatdump/
Doatdump_test.cc96 tmp_dir_+ "/" + android::base::Basename(GetTestDexFileName(GetAppBaseName().c_str())) + in TEST_F()
Doatdump_test.h146 "--dex-file=" + GetTestDexFileName(GetAppBaseName().c_str()), in GenerateAppOdexFile()
/art/tools/hiddenapi/
Dhiddenapi_test.cc51 ZipArchive::Open(GetTestDexFileName("HiddenApi").c_str(), &error)); in RunHiddenapiEncode()
53 LOG(FATAL) << "Could not open test file " << GetTestDexFileName("HiddenApi") << ": " << error; in RunHiddenapiEncode()
58 LOG(FATAL) << "Could not find classes.dex in test file " << GetTestDexFileName("HiddenApi") in RunHiddenapiEncode()
63 << GetTestDexFileName("HiddenApi") << ": " << error; in RunHiddenapiEncode()
86 std::string boot_jar = GetTestDexFileName("HiddenApi"); in RunHiddenapiList()
87 std::string stub_jar = GetTestDexFileName("HiddenApiStubs"); in RunHiddenapiList()
/art/dexlayout/
Ddexlayout_test.cc424 GetTestDexFileName("ManyMethods"), in DexFileLayoutFixedPointExec()
676 MutateDexFile(temp_dex.GetFile(), GetTestDexFileName("ManyMethods"), [] (DexFile* dex) { in TEST_F()
739 MutateDexFile(temp_dex.GetFile(), GetTestDexFileName("ManyMethods"), [&] (DexFile* dex) { in TEST_F()
776 const std::string input_jar = GetTestDexFileName("ManyMethods"); in TEST_F()
/art/libartbase/base/
Dcommon_art_test.cc485 std::string CommonArtTestImpl::GetTestDexFileName(const char* name) const { in GetTestDexFileName() function in art::CommonArtTestImpl
532 return OpenDexFiles(GetTestDexFileName(name).c_str()); in OpenTestDexFiles()
536 return OpenDexFile(GetTestDexFileName(name).c_str()); in OpenTestDexFile()
Dcommon_art_test.h198 std::string GetTestDexFileName(const char* name) const;
/art/runtime/gc/space/
Dimage_space_test.cc81 std::string jar_name = GetTestDexFileName(base_name); in TEST_F()
105 std::string app_jar_name = GetTestDexFileName(app_base_name); in TEST_F()
/art/profman/
Dprofile_assistant_test.cc1015 GetTestDexFileName("ProfileTestMultiDex"))); in TEST_F()
1162 std::string dex_filename = GetTestDexFileName("ProfileTestMultiDex"); in TEST_F()
1300 open(GetTestDexFileName("ProfileTestMultiDex").c_str(), O_RDONLY)); // NOLINT in TEST_F()
1378 open(GetTestDexFileName("ProfileTestMultiDex").c_str(), O_RDONLY)); // NOLINT in TEST_F()
1500 open(GetTestDexFileName("ProfileTestMultiDex").c_str(), O_RDONLY)); // NOLINT in TEST_F()
/art/libdexfile/dex/
Dart_dex_file_loader_test.cc80 std::string multidex_file = GetTestDexFileName("MultiDex"); in TEST_F()