OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CloseSync
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/net/base/
file_stream.h
92
virtual int
CloseSync
();
file_stream.cc
61
context_->
CloseSync
();
102
int FileStream::
CloseSync
() {
105
context_->
CloseSync
();
file_stream_context.h
110
void
CloseSync
();
file_stream_context.cc
103
void FileStream::Context::
CloseSync
() {
file_stream_unittest.cc
94
EXPECT_EQ(OK, stream.
CloseSync
());
[
all
...]
Completed in 1008 milliseconds