Home
last modified time | relevance | path

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

/ohos5.0/build/scripts/util/
H A Dbuild_utils.py608 def write_depfile(depfile_path, first_gn_output, inputs=None, add_pydeps=True): argument
609 assert depfile_path != first_gn_output # http://crbug.com/646165
614 make_directory(os.path.dirname(depfile_path))
616 with open(depfile_path, 'w') as depfile: