Searched refs:exist_ok (Results 1 – 7 of 7) sorted by relevance
/development/vndk/tools/definition-tool/tests/ |
D | compat.py | 45 def makedirs(path, exist_ok): argument 46 if exist_ok and os.path.exists(path):
|
D | test_elfdump.py | 55 makedirs(cls.test_dir, exist_ok=True)
|
/development/vndk/tools/header-checker/tests/ |
D | gen_all.py | 39 os.makedirs(os.path.dirname(output_path), exist_ok=True)
|
D | test.py | 27 os.makedirs(dump_dir, exist_ok=True)
|
/development/vndk/tools/header-checker/utils/ |
D | utils.py | 88 os.makedirs(os.path.dirname(reference_dump_path), exist_ok=True)
|
/development/tools/winscope/adb_proxy/ |
D | winscope_proxy.py | 146 os.makedirs(os.path.dirname(WINSCOPE_TOKEN_LOCATION), exist_ok=True)
|
/development/vndk/tools/definition-tool/ |
D | vndk_definition_tool.py | 40 def makedirs(path, exist_ok): argument 41 if exist_ok and os.path.isdir(path): 3396 makedirs(os.path.dirname(out), exist_ok=True) 3849 makedirs(args.output, exist_ok=True) 4432 makedirs(args.output, exist_ok=True)
|