Searched refs:DeleteFile (Results 1 – 6 of 6) sorted by relevance
45 void DeleteFile( const wchar_t* pathName );58 void DeleteFile( const char* pathName );335 inline void DeleteFile(const wchar_t* pathName) in DeleteFile() function337 detail::GetGlobalFileSystemBase().DeleteFile(pathName); in DeleteFile()339 inline void DeleteFile(const char* pathName) in DeleteFile() function341 detail::GetGlobalFileSystemBase().DeleteFile(pathName); in DeleteFile()
39 void DeleteFile( const wchar_t* pathName );40 void DeleteFile( const char* pathName );99 inline void FileSystemBase::DeleteFile(const wchar_t* pathName) in DeleteFile() function104 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()