Home
last modified time | relevance | path

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

/third_party/gn/src/base/files/
Dscoped_temp_dir.cc68 bool ret = base::DeleteFile(path_, true); in Delete()
Dfile_util_win.cc83 } else if (!::DeleteFile(ToWCharT(&current.value()))) { in DeleteFileRecursive()
134 return ::DeleteFile(ToWCharT(&path.value())) ? ERROR_SUCCESS in DoDeleteFile()
200 bool DeleteFile(const FilePath& path, bool recursive) { in DeleteFile() function
Dfile_util.h66 bool DeleteFile(const FilePath& path, bool recursive);
Dfile_util_posix.cc173 bool DeleteFile(const FilePath& path, bool recursive) { in DeleteFile() function
/third_party/gn/src/gn/
Dcommand_clean.cc87 base::DeleteFile(current, true); in CleanOneDir()
Dninja_build_writer_unittest.cc29 base::DeleteFile(path_, false); in ~ScopedDotGNFile()
Dohos_components_checker.cc70 base::DeleteFile(path, true); in RemoveScanOutDir()
/third_party/skia/infra/bots/task_drivers/g3_canary/
Dg3_canary.go116 if err := gcsClient.DeleteFile(ctx, taskFileName); err != nil {
/third_party/ninja/src/
Ddisk_interface.cc299 if (!DeleteFile(path.c_str())) { in RemoveFile()
/third_party/vk-gl-cts/framework/delibs/deutil/
DdeFile.c225 return DeleteFile(filename) == TRUE; in deDeleteFile()
/third_party/node/deps/v8/third_party/zlib/google/
Dzip_reader.cc674 if (!base::DeleteFile(output_file_path_)) { in OnError()
/third_party/node/deps/zlib/google/
Dzip_reader.cc716 if (!base::DeleteFile(output_file_path_)) { in OnError()
/third_party/googletest/googletest/test/
Dgoogletest-filepath-test.cc59 int ret = DeleteFile(wpath) ? 0 : -1; in remove()
/third_party/lzma/CPP/Windows/
DFileDir.cpp500 if (::DeleteFile(fs2fas(path))) in DeleteFileAlways()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsprotocol.go3146 type DeleteFile struct { struct
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
Dtsprotocol.go3146 type DeleteFile struct { struct
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
Dtsprotocol.go3146 type DeleteFile struct { struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DPath.inc270 // the DeleteFile or RemoveDirectory functions, but that requires you to know
405 Disposition.DeleteFile = Delete;
/third_party/libuv/src/win/
Dwinapi.h4323 BOOLEAN DeleteFile; member
Dfs.c1210 disposition.DeleteFile = TRUE; in fs__unlink()
/third_party/node/deps/uv/src/win/
Dwinapi.h4323 BOOLEAN DeleteFile; member
Dfs.c1210 disposition.DeleteFile = TRUE; in fs__unlink()
/third_party/openssl/apps/lib/
Dapps.c2666 if (DeleteFile(tto) && MoveFile(tfrom, tto)) in WIN32_rename()
/third_party/node/deps/openssl/openssl/apps/lib/
Dapps.c2673 if (DeleteFile(tto) && MoveFile(tfrom, tto)) in WIN32_rename()