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

/external/chromium_org/tools/json_to_struct/
H A Djson_to_struct.py197 output_root = os.path.join(os.path.normpath(opts.destdir), shortroot) variable
199 output_root = shortroot variable
210 _GenerateH(basepath, output_root, head, opts.namespace, schema, description)
211 _GenerateCC(basepath, output_root, head, opts.namespace, schema, description)
/external/chromium_org/tools/code_coverage/
H A Dcroc_html.py116 def __init__(self, cov, output_root, base_url=None):
119 self.output_root = output_root
128 filename: Filename to write to, relative to self.output_root.
134 f = HtmlFile(self.xml_impl, self.output_root + '/' + filename)
348 subdir = self.output_root + '/' + cov_dir.dirpath
420 os.path.join(self.output_root, copy_file))
427 os.path.join(self.output_root, third_party_file))
432 print 'Writing HTML to %s...' % self.output_root

Completed in 779 milliseconds