Lines Matching defs:path_exists
740 if tmp and path_exists(path_tmp):
743 elif path_exists(path):
776 if tmp and path_exists(path):
803 if tmp and path_exists(path):
828 if tmp and path_exists(path):
986 if path_exists(path):
1012 if path_exists(path):
1018 if not path_exists(path):
3627 if missing_ok and not path_exists(path, root=root):
3767 def path_exists(path, root="/"):