Searched refs:temppath (Results 1 – 1 of 1) sorted by relevance
166 char *temppath = xasprintf ("%s/support_blob_repeat-XXXXXX", test_dir); in allocate_big() local167 fd = mkstemp (temppath); in allocate_big()169 FAIL_EXIT1 ("mkstemp (\"%s\"): %m", temppath); in allocate_big()170 xunlink (temppath); in allocate_big()171 free (temppath); in allocate_big()
Completed in 4 milliseconds