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

123

/haiku/src/tests/system/libroot/posix/
H A Dfifo_test.cpp24 DIR* dir = opendir(filename);
26 perror("opendir succeeded");
H A Ddirent_test.cpp16 DIR* dir = opendir(".");
47 dir = opendir(".");
/haiku/headers/posix/
H A Ddirent.h40 DIR* opendir(const char* dirName);
/haiku/src/bin/package/
H A DPackageWritingUtils.cpp25 DirCloser dir(opendir("."));
27 listener.PrintError("Error: Failed to opendir '.': %s\n",
/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/system/libroot/posix/musl/dirent/
H A Dscandir.c16 d = opendir(path);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DFDManager.cpp183 dir = opendir(path);
191 dir = opendir(path);
/haiku/src/bin/
H A Dfortune.c27 DIR *dir = opendir(path);
H A Ddiff_zip.cpp149 DIR* dir = opendir(path.c_str());
214 DIR* dir = opendir(path.c_str());
H A Dramdisk.cpp383 DirCloser dir(opendir(kRamDiskRawDeviceBasePath));
/haiku/headers/private/userlandfs/fuse/
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_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/tools/
H A Drm_attrs.cpp92 DIR* dir = opendir(path.GetPath());
/haiku/src/tests/system/boot/loader/
H A Dplatform_devices.cpp66 DIR *dir = opendir(path);
/haiku/src/bin/consoled/
H A Dconsoled.cpp232 dir = opendir(start);
307 DIR* dir = opendir("/dev/pt");
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
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);
H A Dfuse_fs.cpp149 if (fs->ops.opendir == NULL)
151 return fs->ops.opendir(path, fi);
H A DFUSEFileSystem.cpp504 bool readDirSupport = fLowLevelOps.opendir != NULL || fLowLevelOps.readdir != NULL;
565 bool readDirSupport = fFS->ops.opendir != NULL || fFS->ops.readdir != NULL
/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);
/haiku/src/tests/add-ons/kernel/file_systems/consistency_check/
H A Dgenerate_hashs.cpp122 DIR* dir = opendir(path);
/haiku/src/bin/mail_utils/
H A Dmail2mbox.cpp324 DIR* dir = opendir(inputPathName);
/haiku/src/kits/package/manager/
H A DRepositoryBuilder.cpp211 DirCloser dir(opendir(path));
/haiku/src/system/libroot/posix/
H A Ddirent.cpp163 opendir(const char* path) function
/haiku/src/build/libroot/
H A Dfs_descriptors.cpp195 DIR *dupDir = opendir(path.c_str());

Completed in 268 milliseconds

123