Searched refs:opendir (Results 1 - 25 of 51) sorted by path

123

/haiku/headers/private/userlandfs/legacy/
H A Dfsproto.h180 op_opendir *opendir; member in struct:vnode_ops
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DFDManager.cpp183 dir = opendir(path);
191 dir = opendir(path);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A DBeOSKernelFileSystem.cpp176 fNodeCapabilities.Set(FS_VNODE_CAPABILITY_OPEN_DIR, fFSOps->opendir);
H A DBeOSKernelVolume.cpp455 if (!fFSOps->opendir)
457 return fFSOps->opendir(fVolumeCookie, node, cookie);
H A Dfs_interface.h199 beos_op_opendir *opendir; member in struct:beos_vnode_ops
/haiku/src/bin/consoled/
H A Dconsoled.cpp232 dir = opendir(start);
307 DIR* dir = opendir("/dev/pt");
/haiku/src/bin/mail_utils/
H A Dmail2mbox.cpp324 DIR* dir = opendir(inputPathName);
/haiku/src/bin/unzip/
H A Dbeos.c125 if ((wild_dir = opendir(dirname)) != (DIR *)NULL) {
149 /* last time through, might have failed opendir but returned raw wildspec */
/haiku/src/build/libroot/
H A Dfs_darwin.cpp233 DIR* dir = opendir(path);
H A Dfs_descriptors.cpp195 DIR *dupDir = opendir(path.c_str());
/haiku/src/system/kernel/fs/
H A Dvfs_net_boot.cpp117 DIR* dir = opendir(path.Path());
119 dprintf("NetStackInitializer: Failed to opendir() \"%s\": %s\n",
/haiku/src/system/libroot/posix/
H A Dglob.c846 return(opendir(buf));
/haiku/src/tests/add-ons/kernel/file_systems/consistency_check/
H A Dgenerate_hashs.cpp122 DIR* dir = opendir(path);
/haiku/src/tests/add-ons/kernel/file_systems/random_file_actions/
H A Drandom_file_actions.cpp465 DIR* dir = opendir(path.c_str());
/haiku/src/tests/servers/app/newerClipping/drawing/
H A DAccelerantHWInterface.cpp145 DIR *directory = opendir("/dev/graphics");
/haiku/src/tools/
H A Drm_attrs.cpp92 DIR* dir = opendir(path.GetPath());
/haiku/headers/posix/
H A Ddirent.h40 DIR* opendir(const char* dirName);
/haiku/headers/private/userlandfs/fuse/
H A Dfuse.h76 * filesystem (e.g. getattr). Open, flush, release, fsync, opendir,
275 * this method should check if opendir is permitted for this
276 * directory. Optionally opendir may also return an arbitrary
282 int (*opendir) (const char *, struct fuse_file_info *); member in struct:fuse_operations
H A Dfuse_compat.h40 int (*opendir) (const char *, struct fuse_file_info *); member in struct:fuse_operations_compat25
99 int (*opendir) (const char *, struct fuse_file_info_compat *); member in struct:fuse_operations_compat22
H A Dfuse_lowlevel.h587 * case the contents of the directory can change between opendir
598 void (*opendir) (fuse_req_t req, fuse_ino_t ino, member in struct:fuse_lowlevel_ops
608 * fi->fh will contain the value set by the opendir method, or
609 * will be undefined if the opendir method didn't set any value.
628 * For every opendir call there will be exactly one releasedir
631 * fi->fh will contain the value set by the opendir method, or
632 * will be undefined if the opendir method didn't set any value.
650 * fi->fh will contain the value set by the opendir method, or
651 * will be undefined if the opendir method didn't set any value.
1126 * open, opendir
[all...]
H A Dfuse_lowlevel_compat.h46 void (*opendir) (fuse_req_t req, fuse_ino_t ino, member in struct:fuse_lowlevel_ops_compat25
113 void (*opendir) (fuse_req_t req, fuse_ino_t ino, member in struct:fuse_lowlevel_ops_compat
/haiku/src/add-ons/kernel/file_cache/
H A Dlaunch_speedup.cpp340 DIR *dir = opendir("/etc/launch_cache");
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dplugin.h139 int (*opendir)(ntfs_inode *ni, const REPARSE_POINT *reparse, member in struct:plugin_operations
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEFileSystem.cpp504 bool readDirSupport = fLowLevelOps.opendir != NULL || fLowLevelOps.readdir != NULL;
565 bool readDirSupport = fFS->ops.opendir != NULL || fFS->ops.readdir != NULL
H A DFUSELowLevel.cpp309 // intentioanlly check for readdir here. Some filesystems do not need an opendir, but still
315 if (ops->opendir) {
317 ops->opendir(&request, inode, ffi);

Completed in 162 milliseconds

123