Lines Matching refs:wstring
29 BASE_API FILE* OpenFile(const std::wstring& filename, const char* mode);
32 BASE_API void AppendToPath(std::wstring* path, const std::wstring& new_ending);
36 BASE_API std::wstring GetFileExtensionFromPath(const std::wstring& path);
39 BASE_API bool Delete(const std::wstring& path, bool recursive);
40 BASE_API bool CopyDirectory(const std::wstring& from_path,
41 const std::wstring& to_path,
43 BASE_API int ReadFile(const std::wstring& filename, char* data, int size);
44 BASE_API int WriteFile(const std::wstring& filename,