Home
last modified time | relevance | path

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

/nanopb-3.4.0/generator/
Dplatformio_generator.py79 proto_file_abs = os.path.join(project_dir, proto_file) variable
80 proto_dir = os.path.dirname(proto_file_abs)
87 proto_file_abs = os.path.join(project_dir, proto_file) variable
89 proto_file_path_abs = os.path.dirname(proto_file_abs)
90 proto_file_basename = os.path.basename(proto_file_abs)
94 proto_file_current_md5 = hashlib.md5(pathlib.Path(proto_file_abs).read_bytes()).hexdigest()