Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dmk-ca-bundle.vbs218 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/
Dfile_system.h55 virtual bool DeleteFile(const string &file_name) = 0;
111 bool DeleteFile(const string &file_name) override;
217 bool DeleteFile(const string &file_name) override;
Dfile_system.cc62 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/
Dmemory_dumper_test.cc62 fs->DeleteFile(filename); in TEST_F()
107 fs->DeleteFile(filename); in TEST_F()
/third_party/cef/libcef/common/
Dfile_util_impl.cc80 return base::DeleteFile(path); in CefDeleteFile()
/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/flutter/engine/flutter/fml/platform/win/
Dfile_win.cc289 if (!::DeleteFile(ConvertToWString(path).c_str())) { in UnlinkFile()
298 if (!::DeleteFile( in UnlinkFile()
/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()
/third_party/skia/infra/bots/task_drivers/g3_canary/
Dg3_canary.go116 if err := gcsClient.DeleteFile(ctx, taskFileName); err != nil {
/third_party/cef/libcef/browser/printing/
Dprint_dialog_linux.cc219 base::DeleteFile(path_to_pdf_); in PrintDocument()
/third_party/boost/libs/iostreams/test/
Dlarge_file_test.cpp86 DeleteFile(TEXT(BOOST_FILE_NAME)); in remove_large_file()
/third_party/vk-gl-cts/framework/delibs/deutil/
DdeFile.c225 return DeleteFile(filename) == TRUE; in deDeleteFile()
/third_party/googletest/googletest/test/
Dgoogletest-filepath-test.cc57 int ret = DeleteFile(wpath) ? 0 : -1; in remove()
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
Dtsprotocol.go3146 type DeleteFile struct { struct
/third_party/skia/third_party/externals/swiftshader/third_party/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/openssl/apps/
Dapps.c2161 if (DeleteFile(tto) && MoveFile(tfrom, tto)) in WIN32_rename()
/third_party/libuv/src/win/
Dwinapi.h4323 BOOLEAN DeleteFile; member
Dfs.c1210 disposition.DeleteFile = TRUE; in fs__unlink()