OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IOResult
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/base/
file_stream_context.cc
28
FileStream::Context::
IOResult
::
IOResult
()
33
FileStream::Context::
IOResult
::
IOResult
(int64 result, int os_error)
39
FileStream::Context::
IOResult
FileStream::Context::
IOResult
::FromOSError(
41
return
IOResult
(MapSystemError(os_error), os_error);
49
IOResult
error_code)
147
IOResult
result = SeekFileImpl(whence, offset);
169
IOResult
result = FlushFileImpl()
[
all
...]
file_stream_context.h
127
struct
IOResult
{
128
IOResult
();
129
IOResult
(int64 result, int os_error);
130
static
IOResult
FromOSError(int64 os_error);
138
OpenResult(base::PlatformFile file,
IOResult
error_code);
140
IOResult
error_code;
144
void RecordError(const
IOResult
& result, FileErrorSource source) const;
150
void ProcessOpenError(const
IOResult
& result);
163
const
IOResult
& result);
191
IOResult
SeekFileImpl(Whence whence, int64 offset)
[
all
...]
Completed in 759 milliseconds