Searched refs:fromfd (Results 1 - 9 of 9) sorted by last modified time

/external/valgrind/memcheck/tests/solaris/
H A Dscalar.stderr.exp1098 Syscall param renameat(fromfd) contains uninitialised byte(s)
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-darwin.c3734 int, fromfd, int, tofd,
3744 int, fromfd, int, tofd,
H A Dsyswrap-solaris.c4096 /* int renameat(int fromfd, const char *old, int tofd, const char *new); */
4101 Int fromfd = (Int) ARG1; local
4105 PRINT("sys_renameat ( %d, %#lx(%s), %d, %#lx(%s) )", fromfd,
4107 PRE_REG_READ4(long, "renameat", int, fromfd, const char *, old,
4113 /* Be strict but ignore fromfd/tofd for absolute old/new. */
4114 if (fromfd != VKI_AT_FDCWD
4117 && !ML_(fd_allowed)(fromfd, "renameat", tid, False)) {
/external/valgrind/coregrind/
H A Dvgdb.c588 /* Read a packet from fromfd, with error checking,
593 getpkt (char *buf, int fromfd, int ackfd) argument
603 c = readchar (fromfd);
613 c = readchar (fromfd);
624 repeat = readchar (fromfd);
635 c1 = fromhex (readchar (fromfd));
636 c2 = fromhex (readchar (fromfd));
/external/python/cpython2/Lib/multiprocessing/
H A Dreduction.py181 def fromfd(fd, family, type_, proto=0): function
182 s = socket.fromfd(fd, family, type_, proto)
193 _sock = fromfd(fd, family, type_, proto)
/external/python/cpython2/Lib/test/
H A Dtest_epoll.py129 ep2 = select.epoll.fromfd(ep.fileno())
H A Dtest_kqueue.py125 kq2 = select.kqueue.fromfd(kq.fileno())
H A Dtest_socket.py829 @unittest.skipUnless(hasattr(socket, 'fromfd'),
830 'socket.fromfd not available')
832 # Testing fromfd()
834 sock = socket.fromfd(fd, socket.AF_INET, socket.SOCK_STREAM)
/external/linux-kselftest/tools/testing/selftests/capabilities/
H A Dtest_execve.c146 static void copy_fromat_to(int fromfd, const char *fromname, const char *toname) argument
148 int from = openat(fromfd, fromname, O_RDONLY);

Completed in 230 milliseconds