Searched refs:filename (Results 1 – 2 of 2) sorted by relevance
483 the filename when creating the two files. If not492 appended to the filename when creating the two files.506 Path to output CMake file. The filename of the CMake534 prefix to the filename.
3243 def add_mode_to_fname(filename, mode): argument3244 name = Path(filename).stem + "_" + mode + Path(filename).suffix3245 return Path(filename).with_name(name)