OpenGrok
Cross Reference: fuse.cpp
xref
: /
system
/
core
/
sdcard
/
fuse.cpp
Home
|
History
|
Annotate
|
Download
|
only in
sdcard
Lines Matching
refs:fdatasync
1146
int res = is_data_sync ?
fdatasync
(fd) : fsync(fd);