Home
last modified time | relevance | path

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

/support/
A Dblob_repeat.c166 char *temppath = xasprintf ("%s/support_blob_repeat-XXXXXX", test_dir); in allocate_big() local
167 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