OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PlatformFileError
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/
platform_file.h
52
enum
PlatformFileError
{
105
PlatformFileError
* error_code);
/external/chromium_org/base/
platform_file.h
70
enum
PlatformFileError
{
130
BASE_EXPORT
PlatformFileError
LastErrorToPlatformFileError(DWORD last_error);
134
BASE_EXPORT
PlatformFileError
ErrnoToPlatformFileError(int saved_errno);
147
PlatformFileError
* error);
154
PlatformFileError
* error);
244
BASE_EXPORT
PlatformFileError
LockPlatformFile(PlatformFile file);
247
BASE_EXPORT
PlatformFileError
UnlockPlatformFile(PlatformFile file);
Completed in 45 milliseconds