Home | History | Annotate | Download | only in base

Lines Matching full:error_code

688     DWORD error_code = ::GetLastError();
689 if (error_code == ERROR_ALREADY_EXISTS && DirectoryExists(full_path)) {
697 << ", last error is " << error_code << ".";