Lines Matching defs:mount_id
119 def unmount(self, mount_id): argument
138 def create_directory(self, mount_id, directory_path, recursive): argument
167 def read_directory(self, mount_id, directory_path): argument
200 def get_metadata(self, mount_id, entry_path): argument
233 def open_file(self, mount_id, file_path, writeable): argument
258 def close_file(self, mount_id, file_id): argument
281 def read_file(self, mount_id, file_id, offset, length): argument
316 def create_file(self, mount_id, file_path): argument
339 def delete_entry(self, mount_id, entry_path, recursive): argument
365 def move_entry(self, mount_id, source_path, target_path): argument
391 def truncate(self, mount_id, file_path, length): argument
416 def write_file(self, mount_id, file_id, offset, data): argument