Searched refs:DeleteFile (Results 1 – 4 of 4) sorted by relevance
42 void DeleteFile( const wchar_t* pathName );52 void DeleteFile( const char* pathName );333 inline void DeleteFile(const wchar_t* pathName) in DeleteFile() function335 detail::GetGlobalFileSystemBase().DeleteFile(pathName); in DeleteFile()337 inline void DeleteFile(const char* pathName) in DeleteFile() function339 detail::GetGlobalFileSystemBase().DeleteFile(pathName); in DeleteFile()
41 void DeleteFile( const wchar_t* pathName );42 void DeleteFile( const char* pathName );132 inline void FileSystemBase::DeleteFile(const wchar_t* pathName) in DeleteFile() function137 inline void FileSystemBase::DeleteFile(const char* pathName) in DeleteFile() function
89 Result DeleteFile(const char* path);104 Result DeleteFile(const wchar_t* path);
64 virtual Result DeleteFile(const Path& path) = 0;