HomeSort by relevance Sort by last modified time
    Searched refs:fd_to (Results 1 - 4 of 4) sorted by null

  /libcore/ojluni/src/main/native/
UNIXProcess_md.c 374 restartableDup2(int fd_from, int fd_to)
377 RESTARTABLE(dup2(fd_from, fd_to), err);
445 moveDescriptor(int fd_from, int fd_to)
447 if (fd_from != fd_to) {
448 if ((restartableDup2(fd_from, fd_to) == -1) ||
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
edk2module.c 2829 int fd_from, fd_to, i; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c 4823 int fd_from, fd_to, i; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c 6460 int fd_from, fd_to, i; local
    [all...]

Completed in 209 milliseconds