Home
last modified time | relevance | path

Searched refs:WRITE_STREAM_CLASS (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dcreate_streamrw.cpp27 const string WRITE_STREAM_CLASS = "WriteStream"; variable
66 return CreateStream(env, info, WRITE_STREAM_CLASS); in Write()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_randomaccessfile/
H A Drandomaccessfile_n_exporter.cpp31 const string WRITE_STREAM_CLASS = "WriteStream"; variable
458 if (streamName == WRITE_STREAM_CLASS) { in CreateStream()
521 return CreateStream(env, WRITE_STREAM_CLASS, rafEntity, flags); in GetWriteStream()