Searched refs:add_mount_point (Results 1 – 7 of 7) sorted by relevance
/external/arm-trusted-firmware/lib/debugfs/ |
D | dev.c | 725 static int add_mount_point(chan_t *channel, const char *new) in add_mount_point() function 778 if (add_mount_point(channel, new) < 0) { in bind() 806 ret = add_mount_point(mount_point_chan, where); in mount()
|
/external/python/pyfakefs/pyfakefs/tests/ |
D | fake_filesystem_test.py | 1105 self.filesystem.add_mount_point('!mount') 1115 self.filesystem.add_mount_point('!mount') 1129 self.filesystem.add_mount_point('!mount') 1479 self.filesystem.add_mount_point('mount', total_size) 1621 self.filesystem.add_mount_point('!mount_limited', total_size=50) 1622 self.filesystem.add_mount_point('!mount_unlimited') 1640 self.filesystem.add_mount_point('!mount1', total_size=20) 1641 self.filesystem.add_mount_point('!mount1!bar!mount2', total_size=50) 1654 self.filesystem.add_mount_point('!mount1', total_size=20) 1664 self.filesystem.add_mount_point('!mount1', total_size=200) [all …]
|
D | fake_filesystem_shutil_test.py | 351 self.fs.add_mount_point(mount_point, total_size=500)
|
D | fake_os_test.py | 1123 self.filesystem.add_mount_point('/mount')
|
/external/python/pyfakefs/docs/ |
D | modules.rst | 15 :members: add_mount_point,
|
D | usage.rst | 473 them using ``add_mount_point()``.
|
/external/python/pyfakefs/pyfakefs/ |
D | fake_filesystem.py | 887 self.add_mount_point(self.root.name, total_size) 905 self.add_mount_point(self.root.name, total_size) 981 def add_mount_point(self, path, total_size=None): member in FakeFilesystem 1019 return self.add_mount_point(path=drive) 3023 Deprecator.add(FakeFilesystem, FakeFilesystem.add_mount_point, 'AddMountPoint')
|