Searched refs:openForWrite (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/fileapi/
H A DAsyncFileStream.h52 void openForWrite(const String& path);
H A DAsyncFileStream.cpp138 void AsyncFileStream::openForWrite(const String& path) function in class:WebCore::AsyncFileStream
142 bool success = m_stream->openForWrite(pathCopy);
/macosx-10.10/WebCore-7600.1.25/platform/
H A DFileStream.h68 bool openForWrite(const String& path);
H A DFileStream.cpp103 bool FileStream::openForWrite(const String&) function in class:WebCore::FileStream

Completed in 216 milliseconds