Searched refs:options_file (Results 1 – 2 of 2) sorted by relevance
96 options_file = proto_file_without_ext + ".options" variable97 options_file_abs = os.path.join(proto_file_path_abs, options_file)101 options_file_md5_abs = os.path.join(md5_dir, options_file + '.md5')104 options_file = None122 if options_file:131 options_info = f"{options_file}" if options_file else "no options"144 if options_file:
2351 optfilename = options.options_file % os.path.splitext(filename)[0]2354 optfilename = options.options_file