/third_party/gn/src/base/files/ |
H A D | scoped_temp_dir.cc | 68 bool ret = base::DeleteFile(path_, true); in Delete()
|
H A D | file_util.h | 66 bool DeleteFile(const FilePath& path, bool recursive);
|
H A D | file_util_win.cc | 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 RandomDataToGUIDString() function 201 static constexpr char kRecursive[] = "DeleteFile.Recursive"; in RandomDataToGUIDString() 202 static constexpr char kNonRecursive[] = "DeleteFile.NonRecursive"; in RandomDataToGUIDString()
|
H A D | file_util_posix.cc | 173 bool DeleteFile(const FilePath& path, bool recursive) { in DeleteFile() function
|
/third_party/gn/src/gn/ |
H A D | command_clean.cc | 63 base::DeleteFile(current, true); in CleanOneDir()
|
H A D | ninja_build_writer_unittest.cc | 30 base::DeleteFile(path_, false); in ~ScopedDotGNFile()
|
H A D | ohos_components_checker.cc | 71 base::DeleteFile(path, true);
in RemoveScanOutDir()
|
/third_party/skia/infra/bots/task_drivers/g3_canary/ |
H A D | g3_canary.go | 116 if err := gcsClient.DeleteFile(ctx, taskFileName); err != nil {
|
/third_party/vk-gl-cts/framework/delibs/deutil/ |
H A D | deFile.c | 225 return DeleteFile(filename) == TRUE; in deDeleteFile()
|
/third_party/googletest/googletest/test/ |
H A D | googletest-filepath-test.cc | 59 int ret = DeleteFile(wpath) ? 0 : -1; in remove()
|
/third_party/lzma/CPP/Windows/ |
H A D | FileDir.cpp | 500 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 D | zip_reader.cc | 674 if (!base::DeleteFile(output_file_path_)) { in OnError()
|
/third_party/node/deps/zlib/google/ |
H A D | zip_reader.cc | 716 if (!base::DeleteFile(output_file_path_)) { in OnError()
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/ |
H A D | tsprotocol.go | 3143 /*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 D | tsprotocol.go | 3143 /*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 D | tsprotocol.go | 3143 /*DeleteFile defined: 3146 type DeleteFile struct { type 3188 DocumentChanges []TextDocumentEdit `json:"documentChanges,omitempty"` // (TextDocumentEdit | CreateFile | RenameFile | DeleteFile)
|
/third_party/libuv/src/win/ |
H A D | winapi.h | 4323 BOOLEAN DeleteFile; member
|
H A D | fs.c | 1144 disposition.DeleteFile = TRUE; in fs__unlink()
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | apps.c | 2673 if (DeleteFile(tto) && MoveFile(tfrom, tto)) in WIN32_rename()
|
/third_party/node/deps/uv/src/win/ |
H A D | winapi.h | 4323 BOOLEAN DeleteFile; member
|
H A D | fs.c | 1210 disposition.DeleteFile = TRUE; in fs__unlink()
|
/third_party/openssl/apps/lib/ |
H A D | apps.c | 2666 if (DeleteFile(tto) && MoveFile(tfrom, tto)) in WIN32_rename()
|