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 D | stream_n_exporter.cpp | 252 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 D | randomaccessfile_n_exporter.cpp | 283 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 D | prop_n_exporter.cpp | 465 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 D | prop_n_exporter.cpp | 657 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()
|