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

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/fusefs/
fuse_fs.cc 63 const char* path_cstr = path_str.c_str(); local
74 result = fuse_ops_->create(path_cstr, mode, &fi);
78 result = fuse_ops_->mknod(path_cstr, mode, dev_);
89 result = fuse_ops_->getattr(path_cstr, &statbuf);
96 ScopedNode node(new DirFuseFsNode(this, fuse_ops_, fi, path_cstr));
116 result = fuse_ops_->truncate(path_cstr, 0);
125 result = fuse_ops_->open(path_cstr, &fi);
130 ScopedNode node(new FileFuseFsNode(this, fuse_ops_, fi, path_cstr));
  /external/lldb/source/Target/
PathMappingList.cpp 183 const char *path_cstr = path.GetCString(); local
185 if (!path_cstr)
193 if (::strncmp (pos->first.GetCString(), path_cstr, prefixLen) == 0)

Completed in 2305 milliseconds