Home
last modified time | relevance | path

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

/nanopb-3.4.0/generator/
Dplatformio_generator.py96 options_file = proto_file_without_ext + ".options" variable
97 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 = None
122 if options_file:
131 options_info = f"{options_file}" if options_file else "no options"
144 if options_file:
Dnanopb_generator.py2351 optfilename = options.options_file % os.path.splitext(filename)[0]
2354 optfilename = options.options_file