Searched defs:openForWrite (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/
H A DFileStream.cpp104 bool FileStream::openForWrite(const String&) function in class:WebCore::FileStream
/external/webkit/Source/WebCore/fileapi/
H A DFileStreamProxy.cpp147 void FileStreamProxy::openForWrite(const String& path) function in class:WebCore::FileStreamProxy
154 bool success = m_stream->openForWrite(path);

Completed in 223 milliseconds