/third_party/curl/lib/ |
D | mk-ca-bundle.vbs | 218 objFSO.DeleteFile myTmpIn, TRUE 221 objFSO.DeleteFile myTmpOut, TRUE 227 objFSO.DeleteFile myTmpOut, TRUE 262 objFSO.DeleteFile myCaFile, TRUE 421 objFSO.DeleteFile tmpOut, TRUE 427 objFSO.DeleteFile tmpOut, TRUE
|
/third_party/mindspore/mindspore/ccsrc/utils/system/ |
D | file_system.h | 55 virtual bool DeleteFile(const string &file_name) = 0; 111 bool DeleteFile(const string &file_name) override; 217 bool DeleteFile(const string &file_name) override;
|
D | file_system.cc | 62 bool PosixFileSystem::DeleteFile(const string &file_name) { in DeleteFile() function in mindspore::system::PosixFileSystem 164 bool WinFileSystem::DeleteFile(const string &file_name) { in DeleteFile() function in mindspore::system::WinFileSystem
|
/third_party/mindspore/tests/ut/cpp/debug/ |
D | memory_dumper_test.cc | 62 fs->DeleteFile(filename); in TEST_F() 107 fs->DeleteFile(filename); in TEST_F()
|
/third_party/cef/libcef/common/ |
D | file_util_impl.cc | 80 return base::DeleteFile(path); in CefDeleteFile()
|
/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/flutter/engine/flutter/fml/platform/win/ |
D | file_win.cc | 289 if (!::DeleteFile(ConvertToWString(path).c_str())) { in UnlinkFile() 298 if (!::DeleteFile( in UnlinkFile()
|
/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()
|
/third_party/skia/infra/bots/task_drivers/g3_canary/ |
D | g3_canary.go | 116 if err := gcsClient.DeleteFile(ctx, taskFileName); err != nil {
|
/third_party/cef/libcef/browser/printing/ |
D | print_dialog_linux.cc | 219 base::DeleteFile(path_to_pdf_); in PrintDocument()
|
/third_party/boost/libs/iostreams/test/ |
D | large_file_test.cpp | 86 DeleteFile(TEXT(BOOST_FILE_NAME)); in remove_large_file()
|
/third_party/vk-gl-cts/framework/delibs/deutil/ |
D | deFile.c | 225 return DeleteFile(filename) == TRUE; in deDeleteFile()
|
/third_party/googletest/googletest/test/ |
D | googletest-filepath-test.cc | 57 int ret = DeleteFile(wpath) ? 0 : -1; in remove()
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/ |
D | tsprotocol.go | 3146 type DeleteFile struct { struct
|
/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/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/openssl/apps/ |
D | apps.c | 2161 if (DeleteFile(tto) && MoveFile(tfrom, tto)) in WIN32_rename()
|
/third_party/libuv/src/win/ |
D | winapi.h | 4323 BOOLEAN DeleteFile; member
|
D | fs.c | 1210 disposition.DeleteFile = TRUE; in fs__unlink()
|