Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant.cc569 struct stat stat_src; in CopyProfileFile() local
570 if (fstat(src.get(), &stat_src) == -1) { in CopyProfileFile()
585 if (sendfile(dst.get(), src.get(), nullptr, stat_src.st_size) == -1) { in CopyProfileFile()