HomeSort by relevance Sort by last modified time
    Searched refs:CanOpen (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/jsfs/
js_fs_node.h 29 virtual bool CanOpen(int open_flags);
js_fs_node.cc 59 bool JsFsNode::CanOpen(int open_flags) {
65 // GetStat cached the mode in stat_.st_mode. Forward to Node::CanOpen,
67 return Node::CanOpen(open_flags);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
node.h 47 virtual bool CanOpen(int open_flags);
node.cc 66 bool Node::CanOpen(int open_flags) {
kernel_handle.cc 43 if (!node_->CanOpen(open_flags)) {
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/fusefs/
fuse_fs.h 49 virtual bool CanOpen(int open_flags);
fuse_fs.cc 211 bool FuseFsNode::CanOpen(int open_flags) {
217 // GetStat cached the mode in stat_.st_mode. Forward to Node::CanOpen,
219 return Node::CanOpen(open_flags);

Completed in 159 milliseconds