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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
os.py 764 _urandomfd = open("/dev/urandom", O_RDONLY)
770 bs += read(_urandomfd, n - len(bs))
772 close(_urandomfd)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
os.py 750 _urandomfd = open("/dev/urandom", O_RDONLY)
756 bs += read(_urandomfd, n - len(bs))
758 close(_urandomfd)

Completed in 94 milliseconds