Home
last modified time | relevance | path

Searched refs:DeleteFile (Results 1 - 22 of 22) sorted by relevance

/third_party/gn/src/base/files/
H A Dscoped_temp_dir.cc68 bool ret = base::DeleteFile(path_, true); in Delete()
H A Dfile_util.h66 bool DeleteFile(const FilePath& path, bool recursive);
H A 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 RandomDataToGUIDString() function
201 static constexpr char kRecursive[] = "DeleteFile.Recursive"; in RandomDataToGUIDString()
202 static constexpr char kNonRecursive[] = "DeleteFile.NonRecursive"; in RandomDataToGUIDString()
H A Dfile_util_posix.cc173 bool DeleteFile(const FilePath& path, bool recursive) { in DeleteFile() function
/third_party/gn/src/gn/
H A Dcommand_clean.cc63 base::DeleteFile(current, true); in CleanOneDir()
H A Dninja_build_writer_unittest.cc30 base::DeleteFile(path_, false); in ~ScopedDotGNFile()
H A Dohos_components_checker.cc71 base::DeleteFile(path, true); in RemoveScanOutDir()
/third_party/skia/infra/bots/task_drivers/g3_canary/
H A Dg3_canary.go116 if err := gcsClient.DeleteFile(ctx, taskFileName); err != nil {
/third_party/vk-gl-cts/framework/delibs/deutil/
H A DdeFile.c225 return DeleteFile(filename) == TRUE; in deDeleteFile()
/third_party/googletest/googletest/test/
H A Dgoogletest-filepath-test.cc59 int ret = DeleteFile(wpath) ? 0 : -1; in remove()
/third_party/lzma/CPP/Windows/
H A DFileDir.cpp500 if (::DeleteFile(fs2fas(path))) in DeleteFileAlways()
506 /* DeleteFile("name::$DATA") deletes all alt streams (same as delete DeleteFile("name")). in DeleteFileAlways()
/third_party/node/deps/v8/third_party/zlib/google/
H A Dzip_reader.cc674 if (!base::DeleteFile(output_file_path_)) { in OnError()
/third_party/node/deps/zlib/google/
H A Dzip_reader.cc716 if (!base::DeleteFile(output_file_path_)) { in OnError()
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
H A Dtsprotocol.go3143 /*DeleteFile defined:
3146 type DeleteFile struct { type
3188 DocumentChanges []TextDocumentEdit `json:"documentChanges,omitempty"` // (TextDocumentEdit | CreateFile | RenameFile | DeleteFile)
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
H A Dtsprotocol.go3143 /*DeleteFile defined:
3146 type DeleteFile struct { type
3188 DocumentChanges []TextDocumentEdit `json:"documentChanges,omitempty"` // (TextDocumentEdit | CreateFile | RenameFile | DeleteFile)
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
H A Dtsprotocol.go3143 /*DeleteFile defined:
3146 type DeleteFile struct { type
3188 DocumentChanges []TextDocumentEdit `json:"documentChanges,omitempty"` // (TextDocumentEdit | CreateFile | RenameFile | DeleteFile)
/third_party/libuv/src/win/
H A Dwinapi.h4323 BOOLEAN DeleteFile; member
H A Dfs.c1144 disposition.DeleteFile = TRUE; in fs__unlink()
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dapps.c2673 if (DeleteFile(tto) && MoveFile(tfrom, tto)) in WIN32_rename()
/third_party/node/deps/uv/src/win/
H A Dwinapi.h4323 BOOLEAN DeleteFile; member
H A Dfs.c1210 disposition.DeleteFile = TRUE; in fs__unlink()
/third_party/openssl/apps/lib/
H A Dapps.c2666 if (DeleteFile(tto) && MoveFile(tfrom, tto)) in WIN32_rename()

Completed in 59 milliseconds