vfs_fat_ramdisk.py.exp 307 B

12345678910111213141516
  1. True
  2. True
  3. statvfs: (512, 512, 16, 16, 16, 0, 0, 0, 0, 255)
  4. getcwd: /
  5. True
  6. [('foo_file.txt', 32768, 0, 6)]
  7. stat root: (16384, 0, 0, 0, 0, 0, 0, 0, 0, 0)
  8. stat file: (32768, 0, 0, 0, 0, 0, 6)
  9. True
  10. True
  11. getcwd: /foo_dir
  12. []
  13. True
  14. getcwd: /
  15. [(b'foo_file.txt', 32768, 0, 6), (b'foo_dir', 16384, 0, 0)]
  16. ENOENT: True