Home
last modified time | relevance | path

Searched refs:GetLastErrorString (Results 1 – 7 of 7) sorted by relevance

/third_party/ninja/src/
Dminidump-win32.cc50 GetLastErrorString().c_str()); in CreateWin32MiniDump()
58 GetLastErrorString().c_str()); in CreateWin32MiniDump()
66 temp_file, GetLastErrorString().c_str()); in CreateWin32MiniDump()
82 Error("MiniDumpWriteDump failed: %s", GetLastErrorString().c_str()); in CreateWin32MiniDump()
Ddisk_interface.cc82 *err = "GetFileAttributesEx(" + path + "): " + GetLastErrorString(); in StatSingleFile()
115 *err = "FindFirstFileExA(" + dir + "): " + GetLastErrorString(); in StatAllFilesInDir()
295 Error("remove(%s): %s", path.c_str(), GetLastErrorString().c_str()); in RemoveFile()
305 Error("remove(%s): %s", path.c_str(), GetLastErrorString().c_str()); in RemoveFile()
Dmetrics.cc59 Fatal("QueryPerformanceCounter: %s", GetLastErrorString().c_str());
68 Fatal("QueryPerformanceFrequency: %s", GetLastErrorString().c_str());
Dutil.cc346 err->assign(GetLastErrorString()); in ReadFile()
354 err->assign(GetLastErrorString()); in ReadFile()
410 fprintf(stderr, "SetHandleInformation(): %s", GetLastErrorString().c_str()); in SetCloseOnExec()
449 string GetLastErrorString() { in GetLastErrorString() function
470 Fatal("%s: %s (%s)", function, GetLastErrorString().c_str(), hint); in Win32Fatal()
472 Fatal("%s: %s", function, GetLastErrorString().c_str()); in Win32Fatal()
Dutil.h125 std::string GetLastErrorString();
Dmsvc_helper_main-win32.cc59 GetLastErrorString().c_str()); in WriteDepFileOrDie()
Dincludes_normalize-win32.cc37 GetLastErrorString(); in InternalGetFullPathName()