Searched refs:opendir (Results 1 - 25 of 51) sorted by last modified time

123

/haiku/src/tools/fs_shell/
H A Dcommand_cp.cpp250 fDir = opendir(path);
/haiku/src/libs/bsd/
H A Dfts.c700 #define __opendir2(path, flag) opendir(path)
/haiku/src/tests/system/libroot/posix/
H A Ddirent_test.cpp16 DIR* dir = opendir(".");
47 dir = opendir(".");
H A Dfifo_test.cpp24 DIR* dir = opendir(filename);
26 perror("opendir succeeded");
/haiku/src/system/kernel/
H A Dmodule.cpp939 iterator->current_dir = opendir(path);
1456 dir = opendir(directoryPath);
/haiku/src/add-ons/kernel/file_cache/
H A Dlaunch_speedup.cpp340 DIR *dir = opendir("/etc/launch_cache");
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c2109 void opendir() {} function
H A Dlibroot_stubs.c2135 void opendir() {} function
/haiku/src/servers/app/drawing/interface/virtual/
H A DDWindowHWInterface.cpp408 DIR *directory = opendir("/dev/graphics");
/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 Dfuse_fs.cpp149 if (fs->ops.opendir == NULL)
151 return fs->ops.opendir(path, fi);
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);
/haiku/src/build/libroot/
H A Dfs.cpp244 DIR *dir = opendir(path);
519 DIR *dir = opendir(path);
/haiku/src/system/kernel/device_manager/
H A Dlegacy_drivers.cpp977 fDirectory = opendir(fBasePath->Path());
/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c2749 dirp = opendir( hc->expnfilename );
2755 // syslog( LOG_ERR, "opendir %.80s - %m", hc->expnfilename );
/haiku/src/system/libroot/posix/musl/dirent/
H A Dscandir.c16 d = opendir(path);
/haiku/src/system/libroot/posix/
H A Ddirent.cpp163 opendir(const char* path) function
/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_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
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_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
/haiku/src/system/kernel/disk_device_manager/
H A DKDiskDeviceManager.cpp1268 DIR* dir = opendir(path);
1488 DIR* dir = opendir(path);
/haiku/src/kits/package/manager/
H A DRepositoryBuilder.cpp211 DirCloser dir(opendir(path));
/haiku/src/bin/
H A Dramdisk.cpp383 DirCloser dir(opendir(kRamDiskRawDeviceBasePath));
/haiku/src/bin/package/
H A DPackageWritingUtils.cpp25 DirCloser dir(opendir("."));
27 listener.PrintError("Error: Failed to opendir '.': %s\n",

Completed in 197 milliseconds

123