Searched refs:fromFD (Results 1 - 7 of 7) sorted by relevance

/haiku/src/system/libroot/posix/stdio/
H A Drename.c23 renameat(int fromFD, const char* from, int toFD, const char* to) argument
25 RETURN_AND_SET_ERRNO(_kern_rename(fromFD, from, toFD, to));
/haiku/headers/build/
H A DBeOSBuildCompatibility.h124 int _haiku_build_renameat(int fromFD, const char* from, int toFD,
162 # define renameat(fromFD, from, toFD, to) \
163 _haiku_build_renameat(fromFD, from, toFD, to)
/haiku/src/build/libroot/
H A Dremapped_functions.h46 int _haiku_build_renameat(int fromFD, const char* from, int toFD,
H A Dfunction_remapper.cpp266 renameat(int fromFD, const char* from, int toFD, const char* to) argument
270 return _haiku_build_renameat(fromFD, from, toFD, to);
H A Dfs.cpp1558 _haiku_build_renameat(int fromFD, const char* from, int toFD, const char* to) argument
1560 if ((fromFD >= 0 && fromFD != AT_FDCWD && get_descriptor(fromFD) == NULL)
1562 return renameat(fromFD, from, toFD, to);
1565 RETURN_AND_SET_ERRNO(_kern_rename(fromFD, from, toFD, to));
/haiku/headers/posix/
H A Dstdio.h94 extern int renameat(int fromFD, const char *from, int toFD, const char *to);
/haiku/src/system/kernel/fs/
H A Dvfs.cpp6992 attr_rename(int fromFD, const char* fromName, int toFD, const char* toName, argument
7000 "name = \"%s\", kernel %d\n", fromFD, fromName, toFD, toName, kernel));
7003 FileDescriptorPutter fromDescriptor(get_fd_and_vnode(fromFD, &fromVnode, kernel));

Completed in 125 milliseconds