Searched refs:opendir (Results 26 - 50 of 51) sorted by relevance

123

/haiku/src/tests/servers/app/newerClipping/drawing/
H A DAccelerantHWInterface.cpp145 DIR *directory = opendir("/dev/graphics");
/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/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dfs_interface.h199 beos_op_opendir *opendir; member in struct:beos_vnode_ops
/haiku/headers/private/userlandfs/legacy/
H A Dfsproto.h180 op_opendir *opendir; member in struct:vnode_ops
/haiku/src/build/libroot/
H A Dfs_darwin.cpp233 DIR* dir = opendir(path);
H A Dfs_attr_untyped.cpp183 fFakeDir = opendir(".");
H A Dfs_attr_generic.cpp328 return opendir(dirPath.c_str());
H A Dfs.cpp244 DIR *dir = opendir(path);
519 DIR *dir = opendir(path);
/haiku/src/tests/apps/miniterminal/
H A DMiniView.cpp107 dir = opendir("/dev/pt");
/haiku/headers/private/userlandfs/fuse/
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.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
/haiku/src/system/kernel/disk_device_manager/
H A DKDiskDeviceManager.cpp1268 DIR* dir = opendir(path);
1488 DIR* dir = opendir(path);
/haiku/src/system/libroot/posix/
H A Dglob.c846 return(opendir(buf));
/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/add-ons/kernel/file_cache/
H A Dlaunch_speedup.cpp340 DIR *dir = opendir("/etc/launch_cache");
/haiku/src/system/kernel/
H A Dmodule.cpp939 iterator->current_dir = opendir(path);
1456 dir = opendir(directoryPath);
/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/system/boot/loader/
H A Dvfs.cpp1233 opendir(const char* dirName) function
/haiku/src/servers/app/drawing/interface/virtual/
H A DDWindowHWInterface.cpp408 DIR *directory = opendir("/dev/graphics");
/haiku/src/libs/bsd/
H A Dfts.c700 #define __opendir2(path, flag) opendir(path)
/haiku/src/tools/fs_shell/
H A Dcommand_cp.cpp250 fDir = opendir(path);
/haiku/src/system/kernel/device_manager/
H A Dlegacy_drivers.cpp977 fDirectory = opendir(fBasePath->Path());
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2135 void opendir() {} function
H A Dlibroot_stubs_legacy.c2109 void opendir() {} function
/haiku/src/bin/network/ftpd/
H A Dftpd.c3235 if ((dirp = opendir(dirname)) == NULL)

Completed in 320 milliseconds

123