Searched refs:oldfile (Results 1 - 1 of 1) sorted by relevance

/art/runtime/native/
H A Ddalvik_system_DexFile.cc247 static void CopyProfileFile(const char* oldfile, const char* newfile) { argument
248 ScopedFd src(open(oldfile, O_RDONLY));
250 PLOG(ERROR) << "Failed to open profile file " << oldfile
257 PLOG(ERROR) << "Failed to get stats for profile file " << oldfile
276 PLOG(ERROR) << "Failed to copy profile file " << oldfile << " to " << newfile

Completed in 144 milliseconds