Searched refs:_haiku_build_fchmod (Results 1 - 4 of 4) sorted by relevance

/haiku/src/build/libroot/
H A Dremapped_functions.h13 int _haiku_build_fchmod(int fd, mode_t mode);
H A Dfunction_remapper.cpp20 return _haiku_build_fchmod(fd, mode);
H A Dfs.cpp1207 _haiku_build_fchmod(int fd, mode_t mode) function
/haiku/headers/build/
H A DBeOSBuildCompatibility.h85 int _haiku_build_fchmod(int fd, mode_t mode);
128 # define fchmod(fd, mode) _haiku_build_fchmod(fd, mode)

Completed in 62 milliseconds