OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OpenSync
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/net/base/
mock_file_stream.cc
11
int MockFileStream::
OpenSync
(const base::FilePath& path, int open_flags) {
13
return ReturnError(FileStream::
OpenSync
(path, open_flags));
file_stream.cc
83
int FileStream::
OpenSync
(const base::FilePath& path, int open_flags) {
93
return context_->
OpenSync
(path, open_flags_);
file_stream_context.cc
86
int FileStream::Context::
OpenSync
(const base::FilePath& path, int open_flags) {
Completed in 66 milliseconds