Home
last modified time | relevance | path

Searched defs:ensure_dir_exists (Results 1 – 2 of 2) sorted by relevance

/external/autotest/client/common_lib/
Dfile_utils.py67 def ensure_dir_exists(dirpath): function
/external/pytorch/.github/scripts/
Dfile_io_utils.py34 def ensure_dir_exists(dir: Path) -> None: function