OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fsyncdir
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_fuse.cc
366
if (!fuse_ops_->
fsyncdir
)
370
int result = fuse_ops_->
fsyncdir
(path_.c_str(), datasync, &info_);
fuse.h
200
int (*
fsyncdir
)(const char*, int, struct fuse_file_info*);
member in struct:fuse_operations
Completed in 1014 milliseconds