Home
last modified time | relevance | path

Searched refs:READ_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.cpp26 const string READ_STREAM_CLASS = "ReadStream"; variable
61 return CreateStream(env, info, READ_STREAM_CLASS); in Read()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_randomaccessfile/
H A Drandomaccessfile_n_exporter.cpp30 const string READ_STREAM_CLASS = "ReadStream"; variable
455 if (rafEntity->end >= 0 && streamName == READ_STREAM_CLASS) { in CreateStream()
495 return CreateStream(env, READ_STREAM_CLASS, rafEntity, flags); in GetReadStream()