Home
last modified time | relevance | path

Searched defs:FileOutputStream (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/sksl/
DSkSLFileOutputStream.h19 FileOutputStream(const SkSL::String& name) { in FileOutputStream() function
/third_party/node/src/
Dheap_utils.cc221 class FileOutputStream : public v8::OutputStream { class
223 FileOutputStream(const int fd, uv_fs_t* req) : fd_(fd), req_(req) {} in FileOutputStream() function in node::heap::__anon19bbe95d0111::FileOutputStream
/third_party/protobuf/src/google/protobuf/io/
Dzero_copy_stream_impl.cc167 FileOutputStream::FileOutputStream(int file_descriptor, int block_size) in FileOutputStream() function in google::protobuf::io::FileOutputStream
/third_party/node/deps/v8/src/runtime/
Druntime-test.cc977 class FileOutputStream : public v8::OutputStream { class
979 explicit FileOutputStream(const char* filename) : os_(filename) {} in FileOutputStream() function in v8::internal::FileOutputStream