Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/
Dmake_cbmc_batch_files.py31 for dyr, _, files in os.walk("."):
32 cbmc_batch_files = [os.path.join(os.path.abspath(dyr), file)
42 for dyr, _, files in os.walk("."):
48 cwd=os.path.abspath(dyr),
Dmake_proof_makefiles.py150 def dump_makefile(dyr, system): argument
151 data = load_json_config_file(os.path.join(dyr, "Makefile.json"))
159 "Expected a list of object files in %s/Makefile.json" % dyr)
169 new_value.append(compute(item, so_far, system, name, dyr, True))
172 makefile[name] = compute(value, so_far, system, name, dyr)
184 common_dir_path = common_dir_path * len(dyr.split(os.path.sep)[1:])
186 with open(os.path.join(dyr, "Makefile"), "w") as handle: