Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A DrandomAccessFile_impl.cpp44 static int DoReadRAF(char* buf, size_t len, int fd, int64_t offset) in DoReadRAF() function
112 int readCode = DoReadRAF(buf, len, entity_->fd.get()->GetFD(), newOffset); in ReadSync()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_randomaccessfile/
H A Drandomaccessfile_n_exporter.cpp42 static int DoReadRAF(napi_env env, void* buf, size_t len, int fd, int64_t offset) in DoReadRAF() function
159 int actLen = DoReadRAF(env, buf, len, rafEntity->fd.get()->GetFD(), offset); in ReadSync()
202 int actLen = DoReadRAF(env, buf, len, rafEntity->fd.get()->GetFD(), offset); in ReadExec()