Searched refs:filename (Results 1 – 2 of 2) sorted by relevance
460 the filename when creating the two files. If not469 appended to the filename when creating the two files.483 Path to output CMake file. The filename of the CMake511 prefix to the filename.
3069 def add_mode_to_fname(filename, mode): argument3070 name = Path(filename).stem + "_" + mode + Path(filename).suffix3071 return Path(filename).with_name(name)