Home
last modified time | relevance | path

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

/zcbor-3.6.0/
DREADME.md460 the filename when creating the two files. If not
469 appended to the filename when creating the two files.
483 Path to output CMake file. The filename of the CMake
511 prefix to the filename.
/zcbor-3.6.0/zcbor/
Dzcbor.py3069 def add_mode_to_fname(filename, mode): argument
3070 name = Path(filename).stem + "_" + mode + Path(filename).suffix
3071 return Path(filename).with_name(name)