Home
last modified time | relevance | path

Searched refs:OUTPUT_DIR (Results 1 - 1 of 1) sorted by relevance

/developtools/hdc/scripts/
H A Dhdc_hash_gen.py24 OUTPUT_DIR = "" variable
31 if OUTPUT_DIR == "":
35 size = os.path.getsize("{}{}".format(OUTPUT_DIR, OUTPUT_FILE_NAME))
36 with open("{}{}".format(OUTPUT_DIR, OUTPUT_FILE_NAME), 'rb') as fd:
44 if OUTPUT_DIR == "":
46 if not os.path.exists(OUTPUT_DIR):
47 os.makedirs(OUTPUT_DIR, exist_ok=True)
48 with open("{}{}".format(OUTPUT_DIR, OUTPUT_FILE_NAME), 'w') as fd_struct:
57 with open("{}{}".format(OUTPUT_DIR, HDC_FILE), 'w') as fd_hdc:
106 parser.add_argument('-o', dest='OUTPUT_DIR', require
[all...]

Completed in 1 milliseconds