Searched defs:GetTestDexFileName (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dcommon_runtime_test.cc494 std::string CommonRuntimeTestImpl::GetTestDexFileName(const char* name) const { function in class:art::CommonRuntimeTestImpl
511 std::string filename = GetTestDexFileName(name);
/art/dex2oat/
H A Ddex2oat_test.cc287 Copy(GetTestDexFileName(), dex_location);
306 virtual std::string GetTestDexFileName() { function in class:art::Dex2oatSwapTest
307 return Dex2oatEnvironmentTest::GetTestDexFileName("VerifierDeps");
395 std::string GetTestDexFileName() OVERRIDE {
397 return CommonRuntimeTest::GetTestDexFileName("Statics");
903 Copy(GetTestDexFileName("MultiDex"), dex_location);
941 Copy(GetTestDexFileName("MultiDex"), dex_location);
1029 Copy(GetTestDexFileName(), dex_location);
1043 std::string GetTestDexFileName() { function in class:art::Dex2oatWatchdogTest
1074 Copy(GetTestDexFileName(), dex_locatio
1084 std::string GetTestDexFileName() { function in class:art::Dex2oatReturnCodeTest
[all...]

Completed in 77 milliseconds