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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
cmptree.py 69 recvfile(local, remote, name)
79 recvfile(local, remote, name)
155 def recvfile(local, remote, name): function
163 print "*** recvfile of %r failed, deleting" % (name,)
  /external/python/cpython2/Demo/pdist/
cmptree.py 69 recvfile(local, remote, name)
79 recvfile(local, remote, name)
155 def recvfile(local, remote, name): function
163 print "*** recvfile of %r failed, deleting" % (name,)
  /external/iputils/
tftpd.c 103 void recvfile(struct formats *pf);
212 { "netascii", validate_access, sendfile, recvfile, 1 },
213 { "octet", validate_access, sendfile, recvfile, 0 },
420 void recvfile(struct formats *pf) function

Completed in 121 milliseconds