Searched refs:filename (Results 1 – 5 of 5) sorted by relevance
/nanopb-2.7.6/tests/site_scons/platforms/avr/ |
D | run_test.c | 138 const char *filename = argv[1]; in main() local 142 if (strcmp(filename, "-g") == 0) in main() 146 filename = argv[2]; in main() 150 elf_read_firmware(filename, &firmware); in main()
|
/nanopb-2.7.6/tests/fuzztest/ |
D | SConscript | 95 for filename in files: 96 sys.stdout.write("Fuzzing: %5d/%5d: %-40.40s\r" % (count, len(files), filename)) 102 data_in = corpus.read(filename)[:maxsize] 111 print("Warning: OSError 22 when running with input " + filename) 119 … Program ' + str(args) + ' returned ' + str(result) + ' with input ' + filename + ' from ' + str(…
|
/nanopb-2.7.6/generator/ |
D | nanopb_generator.py | 2073 def parse_file(filename, fdesc, options): argument 2080 data = open(filename, 'rb').read() 2086 optfilename = options.options_file % os.path.splitext(filename)[0] 2112 file_options = get_nanopb_suboptions(fdesc, toplevel_options, Names([filename])) 2118 def process_file(filename, fdesc, options, other_files = {}): argument 2131 f = parse_file(filename, fdesc, options) 2144 noext = os.path.splitext(filename)[0] 2206 for filename in filenames: 2207 if filename.endswith(".proto"): 2209 tmpname = os.path.join(tmpdir, os.path.basename(filename) + ".pb") [all …]
|
/nanopb-2.7.6/ |
D | CHANGELOG.txt | 461 Sanitize #ifndef filename (issue 50)
|
/nanopb-2.7.6/docs/ |
D | reference.md | 91 filename `dir/file.proto`.
|