Home
last modified time | relevance | path

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

/third_party/libxml2/
DBUILD.gn225 config_json_path = "config_linux.json"
228 config_json_path = "config_win.json"
230 inputs += [ config_json_path ]
253 rebase_path(config_json_path, root_build_dir),
Dgenerate_header.py27 def __init__(self, config_json_path): argument
30 with os.fdopen(os.open(config_json_path, os.O_RDONLY, 0o755), 'r') as file: