Home | History | Annotate | Download | only in base

Lines Matching refs:error_string

128       LPWSTR error_string = NULL;
134 (LPWSTR)&error_string,
137 dict->SetString("os_error_string", WideToUTF8(error_string));
138 LocalFree(error_string);