OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LastErrorToPlatformFileError
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/base/
platform_file_win.cc
100
*error =
LastErrorToPlatformFileError
(GetLastError());
278
return
LastErrorToPlatformFileError
(GetLastError());
285
return
LastErrorToPlatformFileError
(GetLastError());
289
PlatformFileError
LastErrorToPlatformFileError
(DWORD last_error) {
platform_file.h
130
BASE_EXPORT PlatformFileError
LastErrorToPlatformFileError
(DWORD last_error);
file_util_win.cc
161
*error =
LastErrorToPlatformFileError
(GetLastError());
381
*error =
LastErrorToPlatformFileError
(error_code);
/external/chromium_org/third_party/leveldatabase/
env_chromium.cc
761
return base::
LastErrorToPlatformFileError
(last_error);
774
return_value = base::
LastErrorToPlatformFileError
(last_error);
[
all
...]
Completed in 77 milliseconds