Searched defs:DeleteFile (Results 1 – 7 of 7) sorted by relevance
62 bool PosixFileSystem::DeleteFile(const string &file_name) { in DeleteFile() function in mindspore::system::PosixFileSystem164 bool WinFileSystem::DeleteFile(const string &file_name) { in DeleteFile() function in mindspore::system::WinFileSystem
200 bool DeleteFile(const FilePath& path, bool recursive) { in DeleteFile() function
173 bool DeleteFile(const FilePath& path, bool recursive) { in DeleteFile() function
3146 type DeleteFile struct { struct3151 Kind string `json:"kind"` // 'delete'3156 URI DocumentURI `json:"uri"`3161 Options *DeleteFileOptions `json:"options,omitempty"`
4323 BOOLEAN DeleteFile; member