Lines Matching refs:wstring
69 (last_separator != std::wstring::npos && last_dot < last_separator)) {
364 void AppendToPath(std::wstring* path, const std::wstring& new_ending) {
375 bool CopyDirectory(const std::wstring& from_path, const std::wstring& to_path,
381 bool Delete(const std::wstring& path, bool recursive) {
384 std::wstring GetFileExtensionFromPath(const std::wstring& path) {
389 FILE* OpenFile(const std::wstring& filename, const char* mode) {
392 int ReadFile(const std::wstring& filename, char* data, int size) {
395 int WriteFile(const std::wstring& filename, const char* data, int size) {