Home
last modified time | relevance | path

Searched refs:mktemp (Results 1 – 25 of 183) sorted by relevance

12345678

/third_party/libunwind/tests/
Drun-coredump-unwind11 dynsyms=`mktemp`
12 funcsyms=`mktemp`
13 keep_symbols=`mktemp`
14 mini_debuginfo=`mktemp`
36 TEMPDIR=`mktemp --tmpdir -d libunwind-test-XXXXXXXXXX`
/third_party/musl/libc-test/src/functionalext/supplement/temp/
Dmktemp.c27 char *ret = mktemp(temp_file); in mktemp_0100()
42 char *ret = mktemp(temp_file); in mktemp_0200()
57 char *ret = mktemp(temp_file); in mktemp_0300()
/third_party/python/Tools/scripts/
Dget-remote-certificate.py31 tn = tempfile.mktemp()
35 tn2 = (outfile or tempfile.mktemp())
49 tfile = tempfile.mktemp()
/third_party/python/Lib/test/
Dtest_glob.py20 def mktemp(self, *parts): member in GlobTests
29 self.mktemp('a', 'D')
30 self.mktemp('aab', 'F')
31 self.mktemp('.aa', 'G')
32 self.mktemp('.bb', 'H')
33 self.mktemp('aaa', 'zzzF')
34 self.mktemp('ZZZ')
35 self.mktemp('EF')
36 self.mktemp('a', 'bcd', 'EF')
37 self.mktemp('a', 'bcd', 'efg', 'ha')
/third_party/openh264/build/
Dloongarch-simd-check.sh17 TMPC=$(mktemp tmp.XXXXXX.c)
18 TMPO=$(mktemp tmp.XXXXXX.o)
Dmips-simd-check.sh13 TMPC=$(mktemp tmp.XXXXXX.c)
14 TMPO=$(mktemp tmp.XXXXXX.o)
/third_party/mesa3d/.gitlab-ci/bare-metal/
Dexpect-output.sh5 STRINGS=$(mktemp)
6 ERRORS=$(mktemp)
/third_party/flutter/skia/third_party/externals/harfbuzz/test/shaping/
Drecord-test.sh3 dir=`mktemp -d`
109 unicodes_file=`mktemp`
110 glyphs_file=`mktemp`
/third_party/skia/third_party/externals/harfbuzz/test/shape/
Drecord-test.sh3 dir=`mktemp -d`
111 unicodes_file=`mktemp`
112 glyphs_file=`mktemp`
/third_party/harfbuzz/test/shaping/
Drecord-test.sh3 dir=`mktemp -d`
109 unicodes_file=`mktemp`
110 glyphs_file=`mktemp`
/third_party/mesa3d/.gitlab-ci/
Ddownload-git-cache.sh8 CI_PROJECT_DIR=${CI_PROJECT_DIR:-$(mktemp -d)/$CI_PROJECT_NAME}
16 TMP_DIR=$(mktemp -d)
/third_party/node/tools/
Dupdate-npm.sh16 WORKSPACE=$(mktemp -d 2> /dev/null || mktemp -d -t 'tmp')
Dupdate-cares.sh17 WORKSPACE=$(mktemp -d 2> /dev/null || mktemp -d -t 'tmp')
/third_party/cups-filters/filter/braille/filters/
Dvectortopdf.in47 FILE_FORMAT=$(mktemp "${TMPDIR:-/tmp}/vectortopdf.XXXXXX.${INPUT_FORMAT}")
48 FILE_PDF=$(mktemp "${TMPDIR:-/tmp}/vectortopdf.XXXXXX.pdf")
/third_party/libphonenumber/tools/script/
Dcontinuous-integration.sh30 CC_TEST_FILE=`mktemp`.cc
31 CC_TEST_BINARY=`mktemp`
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dtest-one.sh42 BINDINGS=$(mktemp -t bindings.rs.XXXXXX)
43 TEST_BINDINGS_BINARY=$(mktemp -t bindings.XXXXXX)
/third_party/ffmpeg/compat/windows/
Dmakedef18 mktemp() { function
44 libname=$(mktemp -u "library").lib
/third_party/toybox/scripts/
Dbloatcheck61 DIFF1=`mktemp base.XXXXXXX`
62 DIFF2=`mktemp bloat.XXXXXXX`
/third_party/python/Doc/library/
Dsecurity_warnings.rst30 * :mod:`tempfile`: :ref:`mktemp is deprecated due to vulnerability to race
31 conditions <tempfile-mktemp-deprecated>`
/third_party/ltp/testcases/network/stress/tcp/uni-basic/
Dtcp4-uni-basic01296 offload_info=`mktemp -p $TMPDIR`
424 ipsec_log=`mktemp -p $TMPDIR`
479 info_file=`mktemp -p $TMPDIR`
/third_party/gptfdisk/
Dgdisk_test.sh48 TEMP_DISK=$(mktemp)
62 GPT_BACKUP_FILENAME=$(mktemp)
/third_party/ltp/testcases/network/stress/udp/uni-basic/
Dudp4-uni-basic01228 ipsec_log=`mktemp -p $TMPDIR`
282 info_file=`mktemp -p $TMPDIR`
/third_party/libinput/test/
Dhelper-copy-and-exec-from-tmp.sh11 target_name=$(mktemp)
/third_party/ltp/testcases/network/stress/udp/multi-diffnic/
Dudp4-multi-diffnic01235 ipsec_log=`mktemp -p $TMPDIR`
293 info_file=`mktemp -p $TMPDIR`
/third_party/musl/libc-test/src/regression/
Dsem_close-unmap.c10 if (!mktemp(buf)) return 1; in main()

12345678