Searched defs:path_template (Results 1 – 2 of 2) sorted by relevance
65 char path_template[] = "/tmp/fork-11-1-XXXXXX"; in main() local
35 let path_template = env::temp_dir().join(format!("{}.XXXXXX", prefix)); in temp_path_template() localVariable