Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/tools/bindings/pylib/mojom/
Dfileutil.py8 def EnsureDirectoryExists(path, always_try_to_create=False): argument
12 if not os.path.exists(path) or always_try_to_create:
/external/libchrome/mojo/public/tools/bindings/pylib/mojom_tests/
Dfileutil_unittest.py52 fileutil.EnsureDirectoryExists(full, always_try_to_create=True)