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

  /art/runtime/
common_runtime_test.cc 494 std::string CommonRuntimeTestImpl::GetTestDexFileName(const char* name) const {
511 std::string filename = GetTestDexFileName(name);
  /art/dex2oat/
dex2oat_test.cc 287 Copy(GetTestDexFileName(), dex_location);
306 virtual std::string GetTestDexFileName() {
307 return Dex2oatEnvironmentTest::GetTestDexFileName("VerifierDeps");
395 std::string GetTestDexFileName() OVERRIDE {
397 return CommonRuntimeTest::GetTestDexFileName("Statics");
    [all...]

Completed in 243 milliseconds