HomeSort by relevance Sort by last modified time
    Searched defs:openForWrite (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/
FileStream.cpp 104 bool FileStream::openForWrite(const String&)
  /external/webkit/Source/WebCore/fileapi/
FileStreamProxy.cpp 147 void FileStreamProxy::openForWrite(const String& path)
154 bool success = m_stream->openForWrite(path);

Completed in 16 milliseconds