Searched refs:skip_if_exists (Results 1 – 2 of 2) sorted by relevance
63 def Mkdir(path, skip_if_exists=True): argument79 if skip_if_exists and os.path.exists(path):90 def Makedirs(path, skip_if_exists=True): argument105 if skip_if_exists and os.path.exists(path):
79 file_util.Makedirs(dir_name, skip_if_exists=False))