Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/jni/
DFuseDaemon.cpp1253 static int do_sync_common(int fd, bool datasync) { in do_sync_common() argument
1254 int res = datasync ? fdatasync(fd) : fsync(fd); in do_sync_common()
1262 int datasync, in pf_fsync() argument
1266 int err = do_sync_common(h->fd, datasync); in pf_fsync()
1273 int datasync, in pf_fsyncdir() argument
1276 int err = do_sync_common(dirfd(h->d), datasync); in pf_fsyncdir()