/third_party/selinux/secilc/docs/ |
H A D | Makefile | 4 TMPDIR = $(CWD)/tmp macro 29 PANDOC_FILE_LIST = $(addprefix $(TMPDIR)/,$(FILE_LIST)) 45 $(TMPDIR): 46 mkdir -p $(TMPDIR) 48 $(TMPDIR)/%.md: %.md | $(TMPDIR) 49 cp -f $< $(TMPDIR)/ 53 $(TMPDIR)/policy.cil: $(TESTDIR)/policy.cil 59 html: $(PANDOC_FILE_LIST) $(TMPDIR)/policy.cil secil.xml 68 $(PANDOC_FILE_LIST) $(TMPDIR)/polic [all...] |
/third_party/fsverity-utils/scripts/ |
H A D | run-tests.sh | 31 TMPDIR=$(mktemp -d -t libfsverity_test.XXXXXXXXX) 32 trap 'rm -r "$TMPDIR"' EXIT 80 cat > "$TMPDIR/test.cc" <<EOF 88 c++ -Wall -Werror "$TMPDIR/test.cc" -Iinclude -L. -lfsverity -o "$TMPDIR/test" 89 [ "$(LD_LIBRARY_PATH=. "$TMPDIR/test")" = "32" ] 90 rm "${TMPDIR:?}"/* 108 make DESTDIR="$TMPDIR" install 109 if [ "$(find "$TMPDIR" -type f -o -type l | wc -l)" = 0 ]; then 112 make DESTDIR="$TMPDIR" uninstal [all...] |
/third_party/ltp/testscripts/ |
H A D | network.sh | 13 export TMPDIR=/tmp/netpan-$$ 14 mkdir -p $TMPDIR 15 CMDFILE=${TMPDIR}/network.tests 95 cd $TMPDIR 118 rm -rf $TMPDIR
|
/third_party/lame/misc/ |
H A D | mugeco.sh | 37 : ${TMPDIR:=/tmp} # set default temp directory 63 ztf=`$MKTEMP -q $TMPDIR/$progname.XXXXXX 2>/dev/null` # try mktemp 65 ztf=$TMPDIR/$LOGNAME.$progname.$$ 112 TMPDIR=. tfile tmpwav 113 TMPDIR=. tfile tmpmp3
|
/third_party/icu/tools/scripts/ |
H A D | reticket | 68 if [[ ! -d ${TMPDIR} ]]; 70 TMPDIR=/tmp 73 TMPF=${TMPDIR}/reticket.r${rev}.f${from}.t${to}.txt
|
/third_party/ltp/testcases/kernel/controllers/freezer/ |
H A D | vfork_freeze.sh | 56 TMPDIR=${TMPDIR:=/tmp} 57 TMPLOG="$TMPDIR/${0##*/}.$$.txt"
|
H A D | run_freezer.sh | 67 TMPDIR="${TMPDIR:-/tmp}"
|
/third_party/ltp/testcases/kernel/controllers/memcg/ |
H A D | memcontrol03.c | 45 #define TMPDIR "mntdir" macro 159 fd = SAFE_OPEN(TMPDIR"/tmpfile", O_RDWR | O_CREAT, 0600); in test_memcg_min() 228 SAFE_UNLINK(TMPDIR"/tmpfile"); in test_memcg_min() 243 .mntpoint = TMPDIR,
|
H A D | memcontrol04.c | 45 #define TMPDIR "mntdir" macro 130 fd = SAFE_OPEN(TMPDIR"/tmpfile", O_RDWR | O_CREAT, 0600); in test_memcg_low() 221 SAFE_UNLINK(TMPDIR"/tmpfile"); in test_memcg_low() 236 .mntpoint = TMPDIR,
|
H A D | memcontrol02.c | 66 fd = SAFE_OPEN(TMPDIR"/tmpfile", O_RDWR | O_CREAT, 0600); in alloc_pagecache_50M_check() 116 switch (tst_fs_type(TMPDIR)) { in setup() 138 .mntpoint = TMPDIR,
|
H A D | memcontrol_common.h | 8 #define TMPDIR "mntdir" macro
|
/third_party/ltp/testcases/kernel/security/integrity/ima/tests/ |
H A D | ima_setup.sh | 179 tst_res TINFO "\$TMPDIR is on tmpfs => run on loop device" 339 TMPDIR="${TMPDIR:-/tmp}" 340 if tst_supported_fs -d $TMPDIR -s "tmpfs"; then
|
/third_party/ltp/testcases/lib/ |
H A D | test.sh | 129 if [ -z "$TMPDIR" ]; then 130 export TMPDIR="/tmp" 133 TST_TMPDIR=$(mktemp -d "$TMPDIR/$TCID.XXXXXXXXXX")
|
/third_party/node/test/parallel/ |
H A D | test-os.js | 42 process.env.TMPDIR = '/tmpdir'; 62 process.env.TMPDIR = ''; 68 process.env.TMPDIR = '/tmpdir/'; 70 process.env.TMPDIR = '/tmpdir\\'; 72 process.env.TMPDIR = '/';
|
/third_party/ltp/testcases/kernel/mce-test/hwpoison/ |
H A D | tinjpage.c | 45 #define TMPDIR "./" macro 326 snprintf(buf, sizeof buf, TMPDIR "~poison%d",tmpcount++); in tempfd() 331 err("opening temporary file in " TMPDIR); in tempfd() 339 snprintf(buf, PATHBUFLEN, TMPDIR "~poison%d", tmpcount++); in playfile() 342 err("opening temporary file in " TMPDIR); in playfile() 381 snprintf(fn, 30, TMPDIR "~test%d", tmpcount++); in do_file_clean()
|
H A D | tsoftinj.c | 34 #define TMPDIR "./" macro 95 snprintf(fn, sizeof fn, TMPDIR "~test%u", getpid()); in disk_backed()
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/ |
H A D | tinjpage.c | 45 #define TMPDIR "./" macro 326 snprintf(buf, sizeof buf, TMPDIR "~poison%d",tmpcount++); in tempfd() 331 err("opening temporary file in " TMPDIR); in tempfd() 339 snprintf(buf, PATHBUFLEN, TMPDIR "~poison%d", tmpcount++); in playfile() 342 err("opening temporary file in " TMPDIR); in playfile() 381 snprintf(fn, 30, TMPDIR "~test%d", tmpcount++); in do_file_clean()
|
H A D | tsoftinj.c | 34 #define TMPDIR "./" macro 95 snprintf(fn, sizeof fn, TMPDIR "~test%u", getpid()); in disk_backed()
|
/third_party/ltp/testcases/network/stress/tcp/uni-basic/ |
H A D | tcp4-uni-basic01 | 296 offload_info=`mktemp -p $TMPDIR` 424 ipsec_log=`mktemp -p $TMPDIR` 479 info_file=`mktemp -p $TMPDIR`
|
/third_party/ltp/testcases/kernel/fs/fs_di/ |
H A D | fs_di | 55 TCtmp=${TCtmp:=$TMPDIR/$TC$$} 67 usage: ./${0##*/} -d TMPDIR [-h] [-l # of LOOPS ] [-s SIZE in Mb][-S partition SIZE in Mb] 69 -d TMPDIR Directory where temporary files will be created.
|
/third_party/ltp/testcases/network/stress/udp/uni-basic/ |
H A D | udp4-uni-basic01 | 228 ipsec_log=`mktemp -p $TMPDIR` 282 info_file=`mktemp -p $TMPDIR`
|
/third_party/ltp/testcases/network/stress/tcp/multi-diffnic/ |
H A D | tcp4-multi-diffnic01 | 269 ipsec_log=`mktemp -p $TMPDIR` 326 info_file=`mktemp -p $TMPDIR`
|
/third_party/ltp/testcases/network/stress/tcp/multi-sameport/ |
H A D | tcp4-multi-sameport01 | 266 ipsec_log=`mktemp -p $TMPDIR` 320 info_file=`mktemp -p $TMPDIR`
|
/third_party/ltp/testcases/network/stress/udp/multi-diffnic/ |
H A D | udp4-multi-diffnic01 | 235 ipsec_log=`mktemp -p $TMPDIR` 293 info_file=`mktemp -p $TMPDIR`
|
/third_party/alsa-lib/include/ |
H A D | config.h | 203 #define TMPDIR "/tmp" macro
|