Home
last modified time | relevance | path

Searched refs:check_link (Results 1 – 1 of 1) sorted by relevance

/external/python/pyfakefs/pyfakefs/
Dfake_filesystem.py1711 def exists(self, file_path, check_link=False): argument
1723 if check_link and self.islink(file_path):
2091 if not self.exists(old_file_path, check_link=True):
2101 if self.exists(new_file_path, check_link=True):
2278 if self.exists(directory_path, check_link=True):
2541 if self.exists(file_path, check_link=True):
2612 check_link=True):
2617 if self.exists(file_path, check_link=True):
2650 if self.exists(new_path_normalized, check_link=True):
2760 if self.exists(dir_name, check_link=True):
[all …]