Lines Matching refs:cfg_file
5948 cfg_file = os.path.join(abs_path, "CPPLINT.cfg")
5950 if not os.path.isfile(cfg_file):
5954 with open(cfg_file) as file_handle:
5983 (filename, cfg_file, base_name, val))
5994 _root = os.path.join(os.path.dirname(cfg_file), val)
6000 (name, cfg_file))
6004 "Skipping config file '%s': Can't open for reading\n" % cfg_file)