Home
last modified time | relevance | path

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

/third_party/gn/src/base/files/
Dfile_util_posix.cc120 bool CopyFileContents(File* infile, File* outfile) { in CopyFileContents() function
679 return CopyFileContents(&infile, &outfile); in CopyFile()
/third_party/chromium/patch/
D0004-ohos-3.2-Beta5.patch44349 if (base::CopyFileContents(old_file, new_file)) {
D0003-ohos-1115.patch258746 + if (base::CopyFileContents(old_file, new_file)) {