Home
last modified time | relevance | path

Searched refs:newfile (Results 1 – 1 of 1) sorted by relevance

/art/runtime/native/
Ddalvik_system_DexFile.cc247 static void CopyProfileFile(const char* oldfile, const char* newfile) { in CopyProfileFile() argument
263 ScopedFd dst(open(newfile, O_WRONLY|O_CREAT|O_TRUNC, 0600)); in CopyProfileFile()
265 PLOG(ERROR) << "Failed to create/write prev profile file " << newfile in CopyProfileFile()
276 PLOG(ERROR) << "Failed to copy profile file " << oldfile << " to " << newfile in CopyProfileFile()