Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/jni/
DFuseDaemon.cpp1249 static int do_sync_common(int fd, bool datasync) { in do_sync_common() argument
1250 int res = datasync ? fdatasync(fd) : fsync(fd); in do_sync_common()
1258 int datasync, in pf_fsync() argument
1262 int err = do_sync_common(h->fd, datasync); in pf_fsync()
1269 int datasync, in pf_fsyncdir() argument
1272 int err = do_sync_common(dirfd(h->d), datasync); in pf_fsyncdir()