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 D | fdatasync.cpp | 31 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 D | fdatasync.h | 24 class Fdatasync final {
|
H A D | prop_n_exporter.cpp | 604 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 D | fdatasync.cpp | 31 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 D | fdatasync.h | 22 class Fdatasync final {
|
H A D | prop_n_exporter.cpp | 783 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 D | fdatasync.h | 26 static int Fdatasync(int32_t fd);
|
H A D | fdatasync.cpp | 29 int FdatasyncImpl::Fdatasync(int32_t fd) in Fdatasync() function in OHOS::CJSystemapi::FdatasyncImpl
|
H A D | file_fs_ffi.cpp | 491 auto ret = FdatasyncImpl::Fdatasync(fd); in FfiOHOSFileFsFdatasync()
|