Searched refs:tempfile (Results 1 – 8 of 8) sorted by relevance
33 rm -f $tempfile37 tempfile=$(mktemp "${objpfx}tst-setcontext3.XXXXXXXXXX")43 $test_pre $test "$tempfile"46 if [ -e "$tempfile" ]; then47 echo "PASS: tst-setcontext3 an exit() and created $tempfile"50 echo "FAIL: tst-setcontext3 did not create $tempfile"
32 char *tempfile; in do_test() local36 TEST_VERIFY_EXIT (create_temp_file ("tst-bz11319", &tempfile)); in do_test()37 fd = xopen (tempfile, O_RDONLY, 0660); in do_test()44 free (tempfile); in do_test()
23 import tempfile54 with tempfile.TemporaryDirectory() as temp_dir:86 with tempfile.TemporaryDirectory() as temp_dir:
23 import tempfile67 with tempfile.TemporaryDirectory() as temp_dir:
28 import tempfile163 with tempfile.TemporaryDirectory() as temp_dir:
26 import tempfile670 with tempfile.TemporaryDirectory() as self.temp_dir:
59 tmp=$(tempfile -p syms)
10196 or tempfile. Import glibcexctract.11982 (list_exported_functions): Use tempfile.TemporaryDirectory instead24891 * stdlib/tst-setcontext3.sh (tempfile): Use ${objpfx}.