Searched defs:output_root (Results 1 - 1 of 1) 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)

Completed in 678 milliseconds