Lines Matching refs:config
33 config = parse_json().get("gn_template")
34 if not config:
35 log_error("config file: build_example.json error")
41 TEMPLATE_SOURCE_PATH = config.get("template_source_path")
42 RESULT_BUILT_FILE = config.get("result_build_file")
44 RESULT_OBJ_FILE = config.get("result_obj_file")
46 RUST_PATH = config.get("rust_path")
47 RESULT_RUST_FILE = config.get("result_rust_file")
49 EXCLUDE_LIST = config.get("exclude")
50 TEST_BUILD = config.get("test_build")
52 TIME_OUT = config.get("time_out")