OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:openForRead
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/
FileStream.cpp
82
bool FileStream::
openForRead
(const String& path, long long offset, long long length)
88
m_handle = openFile(path,
OpenForRead
);
/external/webkit/Source/WebCore/fileapi/
FileStreamProxy.cpp
136
void FileStreamProxy::
openForRead
(const String& path, long long offset, long long length)
143
bool success = m_stream->
openForRead
(path, offset, length);
Completed in 37 milliseconds