circuitpython/tests/extmod/vfs_fat_ramdisk.py.exp

20 lines
368 B
Plaintext
Raw Normal View History

True
True
True
statvfs: (512, 512, 14, 14, 14, 0, 0, 0, 0, 255)
getcwd: /ramdisk
True
['foo_file.txt']
stat root: (16384, 0, 0, 0, 0, 0, 0, 0, 0, 0)
stat disk: (16384, 0, 0, 0, 0, 0, 0, 0, 0, 0)
stat file: (32768, 0, 0, 0, 0, 0, 6, -631238400, -631238400, -631238400)
True
True
getcwd: /ramdisk/foo_dir
[]
True
getcwd: /ramdisk
True
True
[b'foo_file.txt', b'foo_dir']