Lines Matching defs:self
13 def __init__(self, id, fail=0): argument
17 def mount(self, readonly, mkfs): argument
20 def umount(self): argument
23 def ilistdir(self, dir): argument
27 def chdir(self, dir): argument
32 def getcwd(self): argument
36 def mkdir(self, path): argument
39 def remove(self, path): argument
42 def rename(self, old_path, new_path): argument
45 def rmdir(self, path): argument
48 def stat(self, path): argument
52 def statvfs(self, path): argument
56 def open(self, file, mode): argument