Home
last modified time | relevance | path

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

/third_party/vixl/tools/
Dutil.py58 def ensure_dir(path_name): function
/third_party/rust/rust/src/librustdoc/html/render/
Dcontext.rs137 pub(crate) fn ensure_dir(&self, dst: &Path) -> Result<(), Error> { in ensure_dir() method