Searched refs:c_path (Results 1 – 1 of 1) sorted by relevance
107 char* c_path = strdup(c_file); in CreateTMPFile() local108 const int fd = mkstemp(c_path); in CreateTMPFile()110 *path = c_path; in CreateTMPFile()111 free(c_path); in CreateTMPFile()