Searched refs:DeleteFile (Results 1 – 6 of 6) sorted by relevance
42 void DeleteFile( const wchar_t* pathName );52 void DeleteFile( const char* pathName );327 inline void DeleteFile(const wchar_t* pathName) in DeleteFile() function329 detail::GetGlobalFileSystemBase().DeleteFile(pathName); in DeleteFile()331 inline void DeleteFile(const char* pathName) in DeleteFile() function333 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
87 Result DeleteFile(const char* path);99 Result DeleteFile(const wchar_t* path);
57 virtual Result DeleteFile(const Path& path) = 0;
55 virtual Result DeleteFile(nn::fs::Transaction transaction, Path path) = 0;135 …virtual Result DeleteFile(nn::fs::Transaction, Path) { return nn::fs::ResultUnsupportedOperation()… in DeleteFile() function
214 Result DeleteFile(nn::fs::Transaction transaction, Path path) in DeleteFile() function229 … NN_UTIL_RETURN_IF_FAILED(acc->DeleteFile(transaction, GetSelf().GetPathString(Move(path)))); in DeleteFile()