Searched refs:fs_remove_attr (Results 1 - 16 of 16) sorted by relevance

/haiku/headers/os/kernel/
H A Dfs_attr.h27 extern int fs_remove_attr(int fd, const char *attribute);
/haiku/headers/build/os/kernel/
H A Dfs_attr.h28 extern int fs_remove_attr(int fd, const char *attribute);
/haiku/src/bin/
H A Drmattr.cpp61 return fs_remove_attr(fd, attribute);
84 if (fs_remove_attr(fd, glob.gl_pathv[i]) != 0)
H A Dmvattr.cpp95 fs_remove_attr(toFileFD, toAttr);
101 fs_remove_attr(toFileFD, toAttr);
111 if (fs_remove_attr(fromFileFD, fromAttr) < 0)
/haiku/src/system/libroot/os/
H A Dfs_attr.cpp82 fs_remove_attr(int fd, const char* attribute) function
/haiku/src/build/libroot/
H A Dfs_attr_haiku.cpp196 // fs_remove_attr
211 result = fs_remove_attr(fd, attribute);
214 result = fs_remove_attr(localFD.FD(), attribute);
H A Dfunction_remapper.cpp373 fs_remove_attr(int fd, const char* attribute) function
375 HIDDEN_FUNCTION(fs_remove_attr);
H A Dfs_attr_untyped.cpp614 // fs_remove_attr
616 fs_remove_attr(int fd, const char *_attribute) function
760 if (fs_remove_attr(fd, name) < 0)
H A Dfs_attr_generic.cpp600 // fs_remove_attr
602 fs_remove_attr(int fd, const char *attribute) function
/haiku/src/bin/addattr/
H A DaddAttr.cpp158 fs_remove_attr(fd, name);
/haiku/src/libs/gnu/
H A Dxattr.cpp217 int result = fs_remove_attr(fFileFD, attributeName.name);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNodeHandle.cpp205 return (fs_remove_attr(fFD, name) == 0 ? B_OK : errno);
/haiku/headers/build/
H A DBeOSBuildCompatibility.h168 # define fs_remove_attr _haiku_build_fs_remove_attr macro
/haiku/src/tools/fs_shell/
H A Dcommand_cp.cpp219 return (fs_remove_attr(fFD, name) == 0 ? 0 : fssh_get_errno());
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1783 void fs_remove_attr() {} function
H A Dlibroot_stubs_legacy.c1730 void fs_remove_attr() {} function

Completed in 320 milliseconds