Searched refs:stat_src (Results 1 – 1 of 1) sorted by relevance
569 struct stat stat_src; in CopyProfileFile() local570 if (fstat(src.get(), &stat_src) == -1) { in CopyProfileFile()585 if (sendfile(dst.get(), src.get(), nullptr, stat_src.st_size) == -1) { in CopyProfileFile()