Home
last modified time | relevance | path

Searched refs:Fdatasync (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/
H A Dfdatasync.cpp31 napi_value Fdatasync::Sync(napi_env env, napi_callback_info info) in Sync()
55 napi_value Fdatasync::Async(napi_env env, napi_callback_info info) in Async()
H A Dfdatasync.h24 class Fdatasync final {
H A Dprop_n_exporter.cpp604 NVal::DeclareNapiFunction("fdatasyncSync", Fdatasync::Sync), in ExportSync()
644 NVal::DeclareNapiFunction("fdatasync", Fdatasync::Async), in ExportAsync()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dfdatasync.cpp31 napi_value Fdatasync::Sync(napi_env env, napi_callback_info info) in Sync()
64 napi_value Fdatasync::Async(napi_env env, napi_callback_info info) in Async()
H A Dfdatasync.h22 class Fdatasync final {
H A Dprop_n_exporter.cpp783 NVal::DeclareNapiFunction("fdatasyncSync", Fdatasync::Sync), in ExportSync()
826 NVal::DeclareNapiFunction("fdatasync", Fdatasync::Async), in ExportAsync()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dfdatasync.h26 static int Fdatasync(int32_t fd);
H A Dfdatasync.cpp29 int FdatasyncImpl::Fdatasync(int32_t fd) in Fdatasync() function in OHOS::CJSystemapi::FdatasyncImpl
H A Dfile_fs_ffi.cpp491 auto ret = FdatasyncImpl::Fdatasync(fd); in FfiOHOSFileFsFdatasync()