Searched refs:_path_with_dir_fd (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/python/pyfakefs/pyfakefs/ |
D | fake_os.py | 243 path = self._path_with_dir_fd(path, self.open, dir_fd) 632 path = self._path_with_dir_fd(path, self.readlink, dir_fd) 658 path = self._path_with_dir_fd(path, self.stat, dir_fd) 677 path = self._path_with_dir_fd(path, self.lstat, dir_fd) 693 path = self._path_with_dir_fd(path, self.remove, dir_fd) 709 path = self._path_with_dir_fd(path, self.unlink, dir_fd) 744 src = self._path_with_dir_fd(src, self.rename, src_dir_fd) 745 dst = self._path_with_dir_fd(dst, self.rename, dst_dir_fd) 804 src = self._path_with_dir_fd(src, self.rename, src_dir_fd) 805 dst = self._path_with_dir_fd(dst, self.rename, dst_dir_fd) [all …]
|