opendir
DIR* opendir(const char* dirName);
int (*opendir) (const char *, struct fuse_file_info *);
int (*opendir) (const char *, struct fuse_file_info *);
int (*opendir) (const char *, struct fuse_file_info_compat *);
void (*opendir) (fuse_req_t req, fuse_ino_t ino,
void (*opendir) (fuse_req_t req, fuse_ino_t ino,
void (*opendir) (fuse_req_t req, fuse_ino_t ino,
op_opendir *opendir;
DIR *dir = opendir("/etc/launch_cache");
dir = opendir(path);
dir = opendir(path);
int (*opendir)(ntfs_inode *ni, const REPARSE_POINT *reparse,
fNodeCapabilities.Set(FS_VNODE_CAPABILITY_OPEN_DIR, fFSOps->opendir);
if (!fFSOps->opendir)
return fFSOps->opendir(fVolumeCookie, node, cookie);
beos_op_opendir *opendir;
bool readDirSupport = fLowLevelOps.opendir != NULL || fLowLevelOps.readdir != NULL;
bool readDirSupport = fFS->ops.opendir != NULL || fFS->ops.readdir != NULL
if (ops->opendir) {
ops->opendir(&request, inode, ffi);
if (fs->ops.opendir == NULL)
return fs->ops.opendir(path, fi);
dirp = opendir( hc->expnfilename );
dir = opendir(start);
DIR* dir = opendir("/dev/pt");
DIR* dir = opendir(path.c_str());
DIR* dir = opendir(path.c_str());
DIR *dir = opendir(path);
DIR* dir = opendir(inputPathName);
if ((dirp = opendir(dirname)) == NULL)
DirCloser dir(opendir("."));
DirCloser dir(opendir(kRamDiskRawDeviceBasePath));
if ((wild_dir = opendir(dirname)) != (DIR *)NULL) {
DIR *dir = opendir(path);
DIR *dir = opendir(path);
return opendir(dirPath.c_str());
fFakeDir = opendir(".");
DIR* dir = opendir(path);
DIR *dupDir = opendir(path.c_str());
DirCloser dir(opendir(path));
#define __opendir2(path, flag) opendir(path)
DIR *directory = opendir("/dev/graphics");
fDirectory = opendir(fBasePath->Path());
DIR* dir = opendir(path);
DIR* dir = opendir(path);
DIR* dir = opendir(path.Path());
dir = opendir(directoryPath);
iterator->current_dir = opendir(path);
return (opendir(buf));
d = opendir(path);
DIR* dir = opendir(path);
DIR* dir = opendir(path.c_str());
dir = opendir("/dev/pt");
DIR *directory = opendir("/dev/graphics");
DIR *dir = opendir(path);
DIR* dir = opendir(".");
dir = opendir(".");
DIR* dir = opendir(filename);
fDir = opendir(path);
DIR* dir = opendir(path.GetPath());