Searched refs:rmdir (Results 1 - 25 of 30) sorted by last modified time

12

/haiku/src/tools/fs_shell/
H A Dfuse.cpp248 PRINTD("##rmdir\n");
414 fuseOps->rmdir = fuse_rmdir;
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c2341 void rmdir() {} function
H A Dlibroot_stubs.c2359 void rmdir() {} function
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DClientConnection.cpp1554 if (rmdir(path.GetPath()) < 0)
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEFileSystem.cpp503 fNodeCapabilities.Set(FS_VNODE_CAPABILITY_REMOVE_DIR, fLowLevelOps.rmdir);
564 fNodeCapabilities.Set(FS_VNODE_CAPABILITY_REMOVE_DIR, fFS->ops.rmdir);
H A Dfuse_fs.cpp55 if (fs->ops.rmdir == NULL)
57 return fs->ops.rmdir(path);
H A DFUSELowLevel.cpp172 if (ops->rmdir == NULL)
176 ops->rmdir(&request, parent, name);
/haiku/src/apps/drivesetup/
H A DMainWindow.cpp925 rmdir(path.Path());
/haiku/src/servers/mount/
H A DAutoMounter.cpp739 rmdir(mountPoint.Path());
/haiku/headers/posix/
H A Dunistd.h352 extern int rmdir(const char *path);
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1676 #define rmdir fssh_rmdir macro
/haiku/src/kits/storage/disk_device/
H A DPartition.cpp591 rmdir(mountPoint);
604 rmdir(markerPath.Path());
605 rmdir(mountPoint);
651 rmdir(markerPath.Path());
652 rmdir(path.Path());
/haiku/headers/private/userlandfs/fuse/
H A Dfuse.h131 int (*rmdir) (const char *); member in struct:fuse_operations
H A Dfuse_lowlevel_compat.h27 void (*rmdir) (fuse_req_t req, fuse_ino_t parent, const char *name); member in struct:fuse_lowlevel_ops_compat25
94 void (*rmdir) (fuse_req_t req, fuse_ino_t parent, const char *name); member in struct:fuse_lowlevel_ops_compat
H A Dfuse_lowlevel.h218 * the kernel even after calls to unlink, rmdir or (when
367 void (*rmdir) (fuse_req_t req, fuse_ino_t parent, const char *name); member in struct:fuse_lowlevel_ops
1039 * unlink, rmdir, rename, flush, release, fsync, fsyncdir, setxattr,
H A Dfuse_compat.h19 int (*rmdir) (const char *); member in struct:fuse_operations_compat25
78 int (*rmdir) (const char *); member in struct:fuse_operations_compat22
129 int (*rmdir) (const char *); member in struct:fuse_operations_compat2
177 int (*rmdir) (const char *); member in struct:fuse_operations_compat1
/haiku/src/kits/storage/
H A DRemoveEngine.cpp118 if (rmdir(path) < 0) {
/haiku/src/bin/
H A Dcopyattr.cpp504 if (rmdir(sourcePath) < 0) {
/haiku/src/bin/network/ftpd/
H A Dftpd.c2616 if (rmdir(name) < 0) {
2666 LOGCMD("rmdir", name);
2667 if (rmdir(name) < 0)
/haiku/src/build/libroot/
H A Dfs_darwin.cpp438 // call rmdir() or unlink() ignoring fd
439 return (flag & AT_REMOVEDIR) != 0 ? rmdir(path) : unlink(path);
452 return (flag & AT_REMOVEDIR) != 0 ? rmdir(fullPath)
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dfs_interface.h197 beos_op_rmdir *rmdir; member in struct:beos_vnode_ops
H A DBeOSKernelVolume.cpp446 if (!fFSOps->rmdir)
448 return fFSOps->rmdir(fVolumeCookie, dir, name);
/haiku/headers/private/userlandfs/legacy/
H A Dfsproto.h178 op_rmdir *rmdir; member in struct:vnode_ops
/haiku/src/kits/tracker/
H A DVirtualDirectoryManager.cpp680 rmdir(path.Path());
/haiku/src/tools/
H A Drm_attrs.cpp164 if (rmdir(path.GetPath()) < 0) {

Completed in 241 milliseconds

12