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

/haiku/headers/build/
H A DBeOSBuildCompatibility.h116 int _haiku_build_openat(int fd, const char* path, int openMode, ...);
120 int _haiku_build_openat(int fd, const char* path, int openMode,
160 _haiku_build_openat(fd, path, openMode)
/haiku/src/build/libroot/
H A Dremapped_functions.h43 int _haiku_build_openat(int fd, const char* path, int openMode,
H A Dfunction_remapper.cpp247 return _haiku_build_openat(fd, path, openMode, permissions);
H A Dfs.cpp1531 return _haiku_build_openat(AT_FDCWD, path, openMode, permissions);
1536 _haiku_build_openat(int fd, const char* path, int openMode, mode_t permissions) function

Completed in 157 milliseconds