Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A DrandomAccessFile_impl.cpp31 static int DoWriteRAF(char* buf, size_t len, int fd, int64_t offset) in DoWriteRAF() function
101 int writeCode = DoWriteRAF(buf, len, entity_->fd.get()->GetFD(), newOffset); in WriteSync()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_randomaccessfile/
H A Drandomaccessfile_n_exporter.cpp55 static int DoWriteRAF(napi_env env, void* buf, size_t len, int fd, int64_t offset) in DoWriteRAF() function
267 int writeLen = DoWriteRAF(env, buf, len, rafEntity->fd.get()->GetFD(), offset); in WriteSync()
309 int writeLen = DoWriteRAF(env, buf, len, fd, offset); in WriteExec()