Home
last modified time | relevance | path

Searched refs:TEMPDIR (Results 1 - 13 of 13) sorted by relevance

/third_party/alsa-utils/alsa-info/
H A Dalsa-info.sh103 if [ -n "$TEMPDIR" ] && [ "$KEEP_FILES" != "yes" ]; then
104 rm -rf "$TEMPDIR" 2>/dev/null
152 alsactl -f "$TEMPDIR/alsactl.tmp" store
154 cat "$TEMPDIR/alsactl.tmp" >> "$FILE"
399 TEMPDIR="$(mktemp -t -d alsa-info.XXXXXXXXXX)" || exit 1
400 FILE="$TEMPDIR/alsa-info.txt"
459 echo $f $'\t' $ACPI_STATUS >>$TEMPDIR/acpidevicestatus.tmp;
464 awk '{ print $2 " (card " $1 ")" }' < /proc/asound/modules > $TEMPDIR/alsamodules.tmp 2> /dev/null
465 cat /proc/asound/cards > $TEMPDIR/alsacards.tmp
469 done > $TEMPDIR/lspc
[all...]
/third_party/libunwind/libunwind/tests/
H A Drun-coredump-unwind36 TEMPDIR=`mktemp --tmpdir -d libunwind-test-XXXXXXXXXX`
37 trap "rm -r -- $TEMPDIR" EXIT
39 cp crasher $TEMPDIR/crasher
41 add_minidebug $TEMPDIR/crasher
46 cd $TEMPDIR
50 COREFILE=$TEMPDIR/core*
57 ./test-coredump-unwind $COREFILE -testcase `cat $TEMPDIR/backing_files`
/third_party/mesa3d/src/gallium/tools/trace/
H A Dtracediff.sh73 if test -d "$TEMPDIR"; then
74 rm -rf "$TEMPDIR"
146 TEMPDIR="$(mktemp -d)"
147 TEMP1="${TEMPDIR}/1"
148 TEMP2="${TEMPDIR}/2"
/third_party/ltp/testcases/lib/
H A Dcmdlib.sh65 TEMPDIR=${TEMPDIR:=/tmp}
67 TCtmp=${TCtmp:=$TEMPDIR/$TC$$}
69 if [ -n "$TCtmp" -a "$TCtmp" != "$TEMPDIR/$$" ] ; then
/third_party/python/Lib/test/
H A Dtest_tarfile.py43 TEMPDIR = os.path.abspath(os_helper.TESTFN) + "-tardir" variable
44 tarextdir = TEMPDIR + '-extract-test'
46 gzipname = os.path.join(TEMPDIR, "testtar.tar.gz")
47 bz2name = os.path.join(TEMPDIR, "testtar.tar.bz2")
48 xzname = os.path.join(TEMPDIR, "testtar.tar.xz")
49 tmpname = os.path.join(TEMPDIR, "tmp.tar")
50 dotlessname = os.path.join(TEMPDIR, "testtar")
116 self.tar.extract("ustar/regtype", TEMPDIR, filter='data')
118 with open(os.path.join(TEMPDIR, "ustar/regtype"), "r") as fobj1:
134 self.tar.extract("ustar/regtype", TEMPDIR, filte
[all...]
H A Dtest_gzip.py33 TEMPDIR = os.path.abspath(os_helper.TESTFN) + '-gzdir' variable
785 @create_and_remove_directory(TEMPDIR)
787 gzipname = os.path.join(TEMPDIR, 'testgzip.gz')
794 with open(os.path.join(TEMPDIR, "testgzip"), "rb") as gunziped:
809 @create_and_remove_directory(TEMPDIR)
818 @create_and_remove_directory(TEMPDIR)
820 local_testgzip = os.path.join(TEMPDIR, 'testgzip')
833 @create_and_remove_directory(TEMPDIR)
837 local_testgzip = os.path.join(TEMPDIR, 'testgzip')
/third_party/ltp/include/
H A Dtst_defaults.h14 #define TEMPDIR "/tmp" macro
/third_party/ltp/lib/
H A Dtst_tmpdir.c130 env_tmpdir = TEMPDIR; in tst_get_tmpdir_root()
269 * use our default TEMPDIR. in tst_tmpdir()
H A Dtst_test.c536 fprintf(stderr, "TMPDIR Base directory for template directory (for .needs_tmpdir, default: %s)\n", TEMPDIR); in print_help()
/third_party/node/deps/icu-small/source/tools/pkgdata/
H A Dpkgdata.cpp118 TEMPDIR, enumerator
443 if( options[TEMPDIR].doesOccur ) { in main()
444 o.tmpDir = options[TEMPDIR].value; in main()
/third_party/icu/icu4c/source/tools/pkgdata/
H A Dpkgdata.cpp118 TEMPDIR, enumerator
443 if( options[TEMPDIR].doesOccur ) { in main()
444 o.tmpDir = options[TEMPDIR].value; in main()
/third_party/skia/third_party/externals/icu/source/tools/pkgdata/
H A Dpkgdata.cpp118 TEMPDIR, enumerator
443 if( options[TEMPDIR].doesOccur ) { in main()
444 o.tmpDir = options[TEMPDIR].value; in main()
/third_party/ffmpeg/
H A Dconfigure4488 : ${TMPDIR:=$TEMPDIR}

Completed in 22 milliseconds