Searched refs:DeleteFile (Results 1 – 20 of 20) sorted by relevance
80 return base::DeleteFile(path); in CefDeleteFile()
68 bool ret = base::DeleteFile(path_, true); in Delete()
83 } else if (!::DeleteFile(ToWCharT(¤t.value()))) { in DeleteFileRecursive()134 return ::DeleteFile(ToWCharT(&path.value())) ? ERROR_SUCCESS in DoDeleteFile()200 bool DeleteFile(const FilePath& path, bool recursive) { in DeleteFile() function
66 bool DeleteFile(const FilePath& path, bool recursive);
173 bool DeleteFile(const FilePath& path, bool recursive) { in DeleteFile() function
289 if (!::DeleteFile(ConvertToWString(path).c_str())) { in UnlinkFile()298 if (!::DeleteFile( in UnlinkFile()
87 base::DeleteFile(current, true); in CleanOneDir()
29 base::DeleteFile(path_, false); in ~ScopedDotGNFile()
219 base::DeleteFile(path_to_pdf_); in PrintDocument()
116 if err := gcsClient.DeleteFile(ctx, taskFileName); err != nil {
299 if (!DeleteFile(path.c_str())) { in RemoveFile()
225 return DeleteFile(filename) == TRUE; in deDeleteFile()
57 int ret = DeleteFile(wpath) ? 0 : -1; in remove()
3146 type DeleteFile struct { struct
270 // the DeleteFile or RemoveDirectory functions, but that requires you to know405 Disposition.DeleteFile = Delete;
4323 BOOLEAN DeleteFile; member
1210 disposition.DeleteFile = TRUE; in fs__unlink()
2661 if (DeleteFile(tto) && MoveFile(tfrom, tto)) in WIN32_rename()