Home
last modified time | relevance | path

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

/art/runtime/
Ddex2oat_environment_test.h171 return GetTestDexFileName("Main"); in GetDexSrc1()
177 return GetTestDexFileName("MainStripped"); in GetStrippedDexSrc1()
181 return GetTestDexFileName("MultiDex"); in GetMultiDexSrc1()
187 return GetTestDexFileName("MultiDexModifiedSecondary"); in GetMultiDexSrc2()
191 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.cc161 Copy(GetTestDexFileName("MultiDexUncompressed"), dex_location); in TEST_F()
184 Copy(GetTestDexFileName("MainUncompressed"), dex_location); in TEST_F()
Dhidden_api_test.cc471 ASSERT_TRUE(Copy(GetTestDexFileName("Main"), data_location_path, &error_msg)) << error_msg; in TEST_F()
494 ASSERT_TRUE(Copy(GetTestDexFileName("Main"), system_location_path, &error_msg)) << error_msg; in TEST_F()
517 ASSERT_TRUE(Copy(GetTestDexFileName("Main"), system_framework_location_path, &error_msg)) in TEST_F()
544 ASSERT_TRUE(Copy(GetTestDexFileName("MultiDex"), data_multi_location_path, &error_msg)) in TEST_F()
569 ASSERT_TRUE(Copy(GetTestDexFileName("MultiDex"), system_multi_location_path, &error_msg)) in TEST_F()
594 ASSERT_TRUE(Copy(GetTestDexFileName("MultiDex"), in TEST_F()
/art/dex2oat/
Ddex2oat_test.cc256 Copy(GetTestDexFileName(), dex_location);
275 virtual std::string GetTestDexFileName() { in GetTestDexFileName() function in art::Dex2oatSwapTest
276 return Dex2oatEnvironmentTest::GetTestDexFileName("VerifierDeps"); in GetTestDexFileName()
364 std::string GetTestDexFileName() override { in GetTestDexFileName() function in art::Dex2oatSwapUseTest
366 return CommonRuntimeTest::GetTestDexFileName("Statics"); in GetTestDexFileName()
872 Copy(GetTestDexFileName("MultiDex"), dex_location); in RunUnquickenMultiDex()
910 Copy(GetTestDexFileName("MultiDex"), dex_location); in RunUnquickenMultiDexCDex()
988 Copy(GetTestDexFileName(), dex_location);
1002 std::string GetTestDexFileName() { in GetTestDexFileName() function in art::Dex2oatWatchdogTest
1035 Copy(GetTestDexFileName(), dex_location);
[all …]
/art/tools/dexanalyze/
Ddexanalyze_test.cc48 DexAnalyzeExec({ "-a", GetTestDexFileName("MultiDex") }, /*expect_success=*/ true); in TEST_F()
/art/tools/hiddenapi/
Dhiddenapi_test.cc52 ZipArchive::Open(GetTestDexFileName("HiddenApi").c_str(), &error)); in RunHiddenapiEncode()
54 LOG(FATAL) << "Could not open test file " << GetTestDexFileName("HiddenApi") << ": " << error; in RunHiddenapiEncode()
59 LOG(FATAL) << "Could not find classes.dex in test file " << GetTestDexFileName("HiddenApi") in RunHiddenapiEncode()
64 << GetTestDexFileName("HiddenApi") << ": " << error; in RunHiddenapiEncode()
87 std::string boot_jar = GetTestDexFileName("HiddenApi"); in RunHiddenapiList()
88 std::string stub_jar = GetTestDexFileName("HiddenApiStubs"); in RunHiddenapiList()
/art/oatdump/
Doatdump_test.cc98 tmp_dir_+ "/" + android::base::Basename(GetTestDexFileName(GetAppBaseName().c_str())) + in TEST_F()
Doatdump_test.h137 "--dex-file=" + GetTestDexFileName(GetAppBaseName().c_str()), in GenerateAppOdexFile()
/art/dexlayout/
Ddexlayout_test.cc432 GetTestDexFileName("ManyMethods"), in DexFileLayoutFixedPointExec()
685 MutateDexFile(temp_dex.GetFile(), GetTestDexFileName("ManyMethods"), [] (DexFile* dex) { in TEST_F()
748 MutateDexFile(temp_dex.GetFile(), GetTestDexFileName("ManyMethods"), [&] (DexFile* dex) { in TEST_F()
785 const std::string input_jar = GetTestDexFileName("ManyMethods"); in TEST_F()
/art/libartbase/base/
Dcommon_art_test.cc423 std::string CommonArtTestImpl::GetTestDexFileName(const char* name) const { in GetTestDexFileName() function in art::CommonArtTestImpl
466 return OpenDexFiles(GetTestDexFileName(name).c_str()); in OpenTestDexFiles()
470 return OpenDexFile(GetTestDexFileName(name).c_str()); in OpenTestDexFile()
Dcommon_art_test.h132 std::string GetTestDexFileName(const char* name) const;
/art/libdexfile/dex/
Dart_dex_file_loader_test.cc80 std::string multidex_file = GetTestDexFileName("MultiDex"); in TEST_F()
/art/profman/
Dprofile_assistant_test.cc903 GetTestDexFileName("ProfileTestMultiDex"))); in TEST_F()
1051 std::string dex_filename = GetTestDexFileName("ProfileTestMultiDex"); in TEST_F()
1195 open(GetTestDexFileName("ProfileTestMultiDex").c_str(), O_RDONLY)); // NOLINT in TEST_F()
1273 open(GetTestDexFileName("ProfileTestMultiDex").c_str(), O_RDONLY)); // NOLINT in TEST_F()