Home
last modified time | relevance | path

Searched refs:Fsync (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/
H A Dfsync.cpp31 napi_value Fsync::Sync(napi_env env, napi_callback_info info) in Sync()
53 napi_value Fsync::Async(napi_env env, napi_callback_info info) in Async()
H A Dfsync.h24 class Fsync final {
H A Dprop_n_exporter.cpp607 NVal::DeclareNapiFunction("fsyncSync", Fsync::Sync), in ExportSync()
647 NVal::DeclareNapiFunction("fsync", Fsync::Async), in ExportAsync()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dfsync.cpp29 napi_value Fsync::Sync(napi_env env, napi_callback_info info) in Sync()
61 napi_value Fsync::Async(napi_env env, napi_callback_info info) in Async()
H A Dfsync.h22 class Fsync final {
H A Dprop_n_exporter.cpp784 NVal::DeclareNapiFunction("fsyncSync", Fsync::Sync), in ExportSync()
827 NVal::DeclareNapiFunction("fsync", Fsync::Async), in ExportAsync()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dfsync.h26 static int Fsync(int32_t fd);
H A Dfsync.cpp28 int FsyncImpl::Fsync(int32_t fd) in Fsync() function in OHOS::CJSystemapi::FsyncImpl
H A Dfile_fs_ffi.cpp502 auto ret = FsyncImpl::Fsync(fd); in FfiOHOSFileFsFsync()
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/platform/include/
H A Dpreferences_file_operation.h89 static UNUSED_FUNCTION bool Fsync(const std::string &filePath) in Fsync() function
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_xml_utils.cpp328 if (!Fsync(fileName)) { in XmlSaveFormatFileEnc()