/third_party/gn/src/base/files/ |
D | scoped_temp_dir.cc | 68 bool ret = base::DeleteFile(path_, true); in Delete()
|
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 DeleteFile() function
|
D | file_util.h | 66 bool DeleteFile(const FilePath& path, bool recursive);
|
D | file_util_posix.cc | 173 bool DeleteFile(const FilePath& path, bool recursive) { in DeleteFile() function
|
/third_party/gn/src/gn/ |
D | command_clean.cc | 87 base::DeleteFile(current, true); in CleanOneDir()
|
D | ninja_build_writer_unittest.cc | 29 base::DeleteFile(path_, false); in ~ScopedDotGNFile()
|
D | ohos_components_checker.cc | 70 base::DeleteFile(path, true); in RemoveScanOutDir()
|
/third_party/skia/infra/bots/task_drivers/g3_canary/ |
D | g3_canary.go | 116 if err := gcsClient.DeleteFile(ctx, taskFileName); err != nil {
|
/third_party/ninja/src/ |
D | disk_interface.cc | 299 if (!DeleteFile(path.c_str())) { in RemoveFile()
|
/third_party/vk-gl-cts/framework/delibs/deutil/ |
D | deFile.c | 225 return DeleteFile(filename) == TRUE; in deDeleteFile()
|
/third_party/node/deps/v8/third_party/zlib/google/ |
D | zip_reader.cc | 674 if (!base::DeleteFile(output_file_path_)) { in OnError()
|
/third_party/node/deps/zlib/google/ |
D | zip_reader.cc | 716 if (!base::DeleteFile(output_file_path_)) { in OnError()
|
/third_party/googletest/googletest/test/ |
D | googletest-filepath-test.cc | 59 int ret = DeleteFile(wpath) ? 0 : -1; in remove()
|
/third_party/lzma/CPP/Windows/ |
D | FileDir.cpp | 500 if (::DeleteFile(fs2fas(path))) in DeleteFileAlways()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
D | tsprotocol.go | 3146 type DeleteFile struct { struct
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/ |
D | tsprotocol.go | 3146 type DeleteFile struct { struct
|
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/ |
D | tsprotocol.go | 3146 type DeleteFile struct { struct
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | Path.inc | 270 // the DeleteFile or RemoveDirectory functions, but that requires you to know 405 Disposition.DeleteFile = Delete;
|
/third_party/libuv/src/win/ |
D | winapi.h | 4323 BOOLEAN DeleteFile; member
|
D | fs.c | 1210 disposition.DeleteFile = TRUE; in fs__unlink()
|
/third_party/node/deps/uv/src/win/ |
D | winapi.h | 4323 BOOLEAN DeleteFile; member
|
D | fs.c | 1210 disposition.DeleteFile = TRUE; in fs__unlink()
|
/third_party/openssl/apps/lib/ |
D | apps.c | 2666 if (DeleteFile(tto) && MoveFile(tfrom, tto)) in WIN32_rename()
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
D | apps.c | 2673 if (DeleteFile(tto) && MoveFile(tfrom, tto)) in WIN32_rename()
|