HomeSort by relevance Sort by last modified time
    Searched defs:GetTestDexFileName (Results 1 - 2 of 2) sorted by null

  /art/libartbase/base/
common_art_test.cc 423 std::string CommonArtTestImpl::GetTestDexFileName(const char* name) const {
466 return OpenDexFiles(GetTestDexFileName(name).c_str());
470 return OpenDexFile(GetTestDexFileName(name).c_str());
  /art/dex2oat/
dex2oat_test.cc 256 Copy(GetTestDexFileName(), dex_location);
275 virtual std::string GetTestDexFileName() {
276 return Dex2oatEnvironmentTest::GetTestDexFileName("VerifierDeps");
364 std::string GetTestDexFileName() override {
366 return CommonRuntimeTest::GetTestDexFileName("Statics");
872 Copy(GetTestDexFileName("MultiDex"), dex_location);
    [all...]

Completed in 396 milliseconds