Home
last modified time | relevance | path

Searched refs:exist_ok (Results 1 – 8 of 8) sorted by relevance

/development/vndk/tools/definition-tool/tests/
Dcompat.py45 def makedirs(path, exist_ok): argument
46 if exist_ok and os.path.exists(path):
Dtest_elfdump.py55 makedirs(cls.test_dir, exist_ok=True)
/development/tools/ndk/
Dbuild_ndk_docs.py58 out_dir.mkdir(parents=True, exist_ok=True)
/development/vndk/tools/header-checker/tests/
Dgen_all.py38 os.makedirs(os.path.dirname(output_path), exist_ok=True)
Dtest.py27 os.makedirs(dump_dir, exist_ok=True)
/development/vndk/tools/header-checker/utils/
Dutils.py93 os.makedirs(os.path.dirname(reference_dump_path), exist_ok=True)
/development/tools/winscope/adb_proxy/
Dwinscope_proxy.py311 os.makedirs(os.path.dirname(WINSCOPE_TOKEN_LOCATION), exist_ok=True)
/development/scripts/
Dcargo2android.py1117 os.makedirs('out', exist_ok=True)