Home
last modified time | relevance | path

Searched refs:WriteExec (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_stream/
H A Dstream_n_exporter.cpp252 static napi_value WriteExec(napi_env env, NFuncArg &funcArg, shared_ptr<FILE> fp) in WriteExec() function
324 return WriteExec(env, funcArg, fp); in Write()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_randomaccessfile/
H A Drandomaccessfile_n_exporter.cpp283 static napi_value WriteExec(napi_env env, NFuncArg &funcArg, RandomAccessFileEntity* rafEntity) in WriteExec() function
352 return WriteExec(env, funcArg, rafEntity); in Write()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/
H A Dprop_n_exporter.cpp465 static UniError WriteExec(shared_ptr<AsyncIOWrtieArg> arg, void *buf, size_t len, int fd, int64_t p… in WriteExec() function
507 return WriteExec(arg, buf, len, fd, position); in Write()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dprop_n_exporter.cpp657 static NError WriteExec(shared_ptr<AsyncIOWrtieArg> arg, char *buf, size_t len, int32_t fd, int64_t… in WriteExec() function
710 return WriteExec(arg, static_cast<char *>(buf), len, fd, offset); in Write()