Searched refs:two_path_op_at (Results 1 – 1 of 1) sorted by relevance
| /system/ulib/fdio/ |
| A D | unistd.c | 1446 static int two_path_op_at(uint32_t op, int olddirfd, const char* oldpath, in two_path_op_at() function 1489 return two_path_op_at(fuchsia_io_DirectoryRenameOrdinal, olddirfd, oldpath, newdirfd, newpath); in renameat() 1494 return two_path_op_at(fuchsia_io_DirectoryRenameOrdinal, AT_FDCWD, oldpath, AT_FDCWD, newpath); in rename() 1499 return two_path_op_at(fuchsia_io_DirectoryLinkOrdinal, AT_FDCWD, oldpath, AT_FDCWD, newpath); in link()
|
Completed in 8 milliseconds