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

/haiku/src/build/libroot/
H A Dremapped_functions.h16 int _haiku_build_fstatat(int fd, const char* path, struct stat* st,
H A Dfunction_remapper.cpp47 return _haiku_build_fstatat(fd, path, st, flag);
H A Dfs.cpp1230 return _haiku_build_fstatat(fd, NULL, st, AT_SYMLINK_NOFOLLOW);
1235 _haiku_build_fstatat(int fd, const char* path, struct stat* st, int flag) function
/haiku/headers/build/
H A DBeOSBuildCompatibility.h88 int _haiku_build_fstatat(int fd, const char* path, struct stat* st,
132 # define fstatat(fd, path, st, flag) _haiku_build_fstatat(fd, path, st, flag)

Completed in 45 milliseconds