Home
last modified time | relevance | path

Searched defs:output_root (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/tools/json_to_struct/
Djson_to_struct.py197 output_root = os.path.join(os.path.normpath(opts.destdir), shortroot) variable
199 output_root = shortroot variable
/external/chromium_org/tools/code_coverage/
Dcroc_html.py116 def __init__(self, cov, output_root, base_url=None): argument