Home
last modified time | relevance | path

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

/test/vts/utils/python/io/
Dfile_util.py63 def Mkdir(path, skip_if_exists=True): argument
79 if skip_if_exists and os.path.exists(path):
90 def Makedirs(path, skip_if_exists=True): argument
105 if skip_if_exists and os.path.exists(path):
Dfile_util_test.py79 file_util.Makedirs(dir_name, skip_if_exists=False))