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

  /art/dex2oat/
dex2oat_test.cc 245 Copy(GetTestDexFileName(), dex_location);
264 virtual std::string GetTestDexFileName() {
265 return Dex2oatEnvironmentTest::GetTestDexFileName("VerifierDeps");
353 std::string GetTestDexFileName() OVERRIDE {
355 return CommonRuntimeTest::GetTestDexFileName("Statics");
834 Copy(GetTestDexFileName(), dex_location);
847 std::string GetTestDexFileName() {
871 Copy(GetTestDexFileName(), dex_location);
881 std::string GetTestDexFileName() {
  /art/runtime/
common_runtime_test.cc 546 std::string CommonRuntimeTestImpl::GetTestDexFileName(const char* name) const {
563 std::string filename = GetTestDexFileName(name);

Completed in 55 milliseconds