Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/linux/handler/
Dexception_handler_unittest.cc107 char* c_path = strdup(c_file); in CreateTMPFile() local
108 const int fd = mkstemp(c_path); in CreateTMPFile()
110 *path = c_path; in CreateTMPFile()
111 free(c_path); in CreateTMPFile()