Searched refs:oldFD (Results 1 - 12 of 12) sorted by relevance

/haiku/src/system/libroot/posix/unistd/
H A Ddup.c23 dup2(int oldFD, int newFD) argument
25 RETURN_AND_SET_ERRNO(_kern_dup2(oldFD, newFD));
/haiku/headers/build/host/darwin/
H A Dstdio.h10 int renameat(int oldFD, const char* oldPath, int newFD, const char* newPath);
H A Dunistd.h13 int linkat(int oldFD, const char *oldPath, int newFD, const char *newPath,
/haiku/src/tools/fs_shell/
H A Dpartition_support.h19 void restricted_file_duped(int oldFD, int newFD);
H A Dpartition_support.cpp110 restricted_file_duped(int oldFD, int newFD) argument
H A Dsyscalls.h51 fssh_status_t _kern_rename(int oldFD, const char *oldPath, int newFD,
H A Dvfs.cpp5430 * \param oldFD The FD of the old location. May be < 0.
5441 _kern_rename(int oldFD, const char *oldPath, int newFD, const char *newPath) argument
5448 return common_rename(oldFD, oldPathBuffer.LockBuffer(),
/haiku/src/build/libroot/
H A Dfs_darwin.cpp338 renameat(int oldFD, const char* oldPath, int newFD, const char* newPath) argument
343 if (oldFD == AT_FDCWD || (oldPath != NULL && oldPath[0] == '/'))
356 if (oldFD < 0) {
362 if (get_path(oldFD, oldPath, oldFullPath) < 0)
458 linkat(int oldFD, const char *oldPath, int newFD, const char *newPath, argument
474 if (oldFD == AT_FDCWD || (oldPath != NULL && oldPath[0] == '/'))
487 if (oldFD < 0) {
493 if (get_path(oldFD, oldPath, oldFullPath) < 0)
H A Dfs_descriptors.cpp118 int oldFD = fd; local
120 if (close(oldFD) < 0)
/haiku/src/system/kernel/fs/
H A Dvfs_tracing.h128 Dup2FD(io_context* context, int oldFD, int newFD) argument
130 FDTraceEntry(context->fds[oldFD]),
135 fOldFD(oldFD),
H A Dvfs.cpp8537 \param oldFD The FD of the old location. May be < 0.
8547 _kern_rename(int oldFD, const char* oldPath, int newFD, const char* newPath) argument
8554 return common_rename(oldFD, oldPathBuffer.LockBuffer(),
9456 _user_rename(int oldFD, const char* userOldPath, int newFD, argument
9476 return common_rename(oldFD, oldPath, newFD, newPath, false);
/haiku/headers/private/kernel/
H A Dvfs.h206 status_t _user_rename(int oldFD, const char *oldpath, int newFD,

Completed in 698 milliseconds