Searched refs:rmdir (Results 1 - 25 of 30) sorted by relevance

12

/haiku/src/system/libroot/posix/unistd/
H A Ddirectory.c59 rmdir(const char *path) function
/haiku/headers/private/userlandfs/fuse/
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
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.h131 int (*rmdir) (const char *); member in struct:fuse_operations
/haiku/src/tests/kits/storage/testapps/
H A DPathMonitorTest.cpp98 rmdir(path);
/haiku/src/tools/
H A Drm_attrs.cpp164 if (rmdir(path.GetPath()) < 0) {
/haiku/src/kits/storage/
H A DRemoveEngine.cpp118 if (rmdir(path) < 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/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/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSELowLevel.cpp172 if (ops->rmdir == NULL)
176 ops->rmdir(&request, parent, name);
H A Dfuse_fs.cpp55 if (fs->ops.rmdir == NULL)
57 return fs->ops.rmdir(path);
H A DFUSEFileSystem.cpp503 fNodeCapabilities.Set(FS_VNODE_CAPABILITY_REMOVE_DIR, fLowLevelOps.rmdir);
564 fNodeCapabilities.Set(FS_VNODE_CAPABILITY_REMOVE_DIR, fFS->ops.rmdir);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A DBeOSKernelFileSystem.cpp175 fNodeCapabilities.Set(FS_VNODE_CAPABILITY_REMOVE_DIR, fFSOps->rmdir);
H A DBeOSKernelVolume.cpp446 if (!fFSOps->rmdir)
448 return fFSOps->rmdir(fVolumeCookie, dir, name);
H A Dfs_interface.h197 beos_op_rmdir *rmdir; member in struct:beos_vnode_ops
/haiku/src/tests/add-ons/kernel/file_systems/random_file_actions/
H A Drandom_file_actions.cpp481 rmdir(path.c_str());
538 if (rmdir(name.c_str()) != 0) {
/haiku/src/servers/print/
H A DPrinter.cpp183 rc = rmdir(path.Path());
/haiku/headers/private/userlandfs/legacy/
H A Dfsproto.h178 op_rmdir *rmdir; member in struct:vnode_ops
/haiku/src/bin/
H A Dcopyattr.cpp504 if (rmdir(sourcePath) < 0) {
/haiku/headers/posix/
H A Dunistd.h352 extern int rmdir(const char *path);
/haiku/src/tools/fs_shell/
H A Dfuse.cpp248 PRINTD("##rmdir\n");
414 fuseOps->rmdir = fuse_rmdir;
/haiku/src/kits/tracker/
H A DVirtualDirectoryManager.cpp680 rmdir(path.Path());
/haiku/src/servers/mount/
H A DAutoMounter.cpp739 rmdir(mountPoint.Path());
/haiku/src/bin/network/ftpd/
H A Dftpd.c2616 if (rmdir(name) < 0) {
2666 LOGCMD("rmdir", name);
2667 if (rmdir(name) < 0)

Completed in 200 milliseconds

12