OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fgetattr
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
fuse.h
99
int (*
fgetattr
)(const char* path, struct stat*, struct fuse_file_info*);
member in struct:fuse_operations
104
// Called by stat()/fstat(), but only when fuse_operations.
fgetattr
is NULL.
mount_fuse.cc
229
if (fuse_ops_->
fgetattr
) {
230
result = fuse_ops_->
fgetattr
(path_.c_str(), stat, &info_);
Completed in 70 milliseconds