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()
40 void DeleteFile( const wchar_t* pathName );41 void DeleteFile( const char* pathName );101 inline void FileSystemBase::DeleteFile(const wchar_t* pathName) in DeleteFile() function106 inline void FileSystemBase::DeleteFile(const char* pathName) in DeleteFile() function
89 Result DeleteFile(const char* path);104 Result DeleteFile(const wchar_t* path);
57 virtual Result DeleteFile(const Path& path) = 0;