Searched refs:remove_entry (Results 1 - 3 of 3) sorted by relevance

/haiku/src/tools/
H A Drm_attrs.cpp84 static bool remove_entry(Path& entry, bool recursive, bool force,
112 remove_entry(path, true, force, removeAttributes);
130 remove_entry(Path& path, bool recursive, bool force, bool removeAttributes) function
150 remove_entry(attrDirPath, true, true, false);
229 remove_entry(path, recursive, force, true);
/haiku/src/tools/fs_shell/
H A Dfssh.cpp520 static fssh_status_t remove_entry(int dir, const char *entry, bool recursive,
546 error = remove_entry(dir, entry->d_name, true, force);
565 remove_entry(int dir, const char *entry, bool recursive, bool force) function in namespace:FSShell
1297 fssh_status_t error = remove_entry(-1, argv[argi], recursive, force);
/haiku/src/tests/system/kernel/file_corruption/fs/
H A Dchecksumfs.cpp417 remove_entry(fs_volume* fsVolume, fs_vnode* parent, const char* name, function
1271 return remove_entry(fsVolume, dir, name, false);
1722 return remove_entry(volume, parent, name, true);

Completed in 49 milliseconds