Searched refs:touch (Results 1 – 12 of 12) sorted by relevance
123 build_utils.touch(output)124 build_utils.touch(notice_info_json)
56 build_utils.touch(generated_build_file)
60 build_utils.touch(options.output)
68 build_utils.touch(output)
123 command = "/usr/bin/touch {{output}}"
117 command = "/usr/bin/touch {{output}}"
116 command = "/usr/bin/touch {{output}}"
127 command = "/usr/bin/touch {{output}}"
143 command = "/usr/bin/touch {{output}}"
239 build_utils.touch(options.stamp)
100 stamp_command = "touch {{output}}"
66 def touch(path, fail_if_missing=False): function