Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/jni/
DFuseDaemon.cpp1731 static int do_sync_common(int fd, bool datasync) { in do_sync_common() argument
1732 int res = datasync ? fdatasync(fd) : fsync(fd); in do_sync_common()
1740 int datasync, in pf_fsync() argument
1744 int err = do_sync_common(h->fd, datasync); in pf_fsync()
1751 int datasync, in pf_fsyncdir() argument
1754 int err = do_sync_common(dirfd(h->d), datasync); in pf_fsyncdir()