Searched defs:ErrorToString (Results 1 – 2 of 2) sorted by relevance
19 const ErrorToString = Error.prototype.toString; // Capture original toString. constant
72 std::string File::ErrorToString(Error error) { in ErrorToString() function in base::File