Home
last modified time | relevance | path

Searched defs:datasync (Results 1 – 2 of 2) sorted by relevance

/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/test/
Dmtpfs_fuse_test.cpp172 int datasync = 1; variable
210 int datasync = 1; variable
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/src/
Dmtpfs_fuse.cpp156 int WrapFSync(const char *path, int datasync, struct fuse_file_info *fileInfo) in WrapFSync()
189 int WrapFSyncDir(const char *path, int datasync, struct fuse_file_info *fileInfo) in WrapFSyncDir()
871 int MtpFileSystem::FSync(const char *path, int datasync, struct fuse_file_info *fi) in FSync()
940 int MtpFileSystem::FSyncDir(const char *path, int datasync, struct fuse_file_info *fileInfo) in FSyncDir()