xref: /AliOS-Things-master/components/py_engine/tests/extmod/vfs_basic.py.exp
  • Home
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • current directory
1(16384, 0, 0, 0, 0, 0, 0, 0, 0, 0)
2True
3/
4chdir x OSError
5chdir /x OSError
6listdir x OSError
7listdir /x OSError
8mkdir x OSError
9mkdir /x OSError
10remove x OSError
11remove /x OSError
12rmdir x OSError
13rmdir /x OSError
14stat x OSError
15stat /x OSError
161 mount False False
17['test_mnt']
18('test_mnt', 16384, 0)
19StopIteration
20StopIteration
211 ilistdir /
22['a1']
231 ilistdir /
24['a1']
252 mount True False
26['test_mnt', 'test_mnt2']
272 ilistdir /
28['a2']
293 mount False False
30OSError
31OSError
32OSError
331 chdir /
341 ilistdir
35['a1']
361 getcwd
37/test_mntdir1
381 mkdir test_dir
391 remove test_file
401 rename test_file test_file2
411 rmdir test_dir
421 stat test_file
43(1,)
441 statvfs /
45(1,)
461 open test_file r
471 open test_file wb
481 umount
492 umount
50OSError
513 mount False False
52(16384, 0, 0, 0, 0, 0, 0, 0, 0, 0)
533 statvfs /
54(3,)
553 ilistdir /
56['a3']
573 open test r
584 mount False False
593 ilistdir /
60['mnt', 'a3']
614 ilistdir /
62['a4']
634 chdir /
644 ilistdir
65['a4']
663 chdir /subdir
673 ilistdir
68['a3']
693 chdir /
703 umount
71['mnt']
724 umount
73OSError
74/
755 mount False False
765 chdir /subdir
77OSError
78/
79

Last Index update Sun Aug 20 00:18:20 CST 2023