Home
last modified time | relevance | path

Searched refs:TMPDIR (Results 1 – 25 of 142) sorted by relevance

123456

/OK3568_Linux_fs/kernel/tools/testing/selftests/ftrace/test.d/ftrace/
H A Dfunc_set_ftrace_file.tc118 cat set_ftrace_filter | grep -v '#' | cut -d' ' -f1 | cut -d':' -f1 | sort -u > $TMPDIR/actual
119 DIFF=`diff $TMPDIR/actual $TMPDIR/expected`
124 cat available_filter_functions | cut -d' ' -f1 | grep 'lock' | sort -u > $TMPDIR/expected
129 grep -v 'try.*lock$' $TMPDIR/expected > $TMPDIR/expected2
130 mv $TMPDIR/expected2 $TMPDIR/expected
135 grep -v '^m.*lock$' $TMPDIR/expected > $TMPDIR/expected2
136 mv $TMPDIR/expected2 $TMPDIR/expected
141 grep -v '^c.*unlock' $TMPDIR/expected > $TMPDIR/expected2
142 mv $TMPDIR/expected2 $TMPDIR/expected
147 > $TMPDIR/expected
[all …]
H A Dfunc_profile_stat.tc10 cp trace_stat/function0 $TMPDIR/
13 ! diff trace_stat/function0 $TMPDIR/function0
18 cp trace_stat/function0 $TMPDIR/
21 diff trace_stat/function0 $TMPDIR/function0
H A Dfunc-filter-glob.tc13 cut -f1 -d" " set_ftrace_filter > $TMPDIR/actual
14 cut -f1 -d" " available_filter_functions | grep "$2" > $TMPDIR/expected
15 DIFF=`diff $TMPDIR/actual $TMPDIR/expected`
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_bpftool_build.sh29 TMPDIR=
33 if [ -d "$TMPDIR" ] ; then
34 rm -rf -- $TMPDIR
73 TMPDIR=$(mktemp -d)
78 echo -e "command: make -s $ARGS ${@: -1}=$TMPDIR/ >/dev/null"
79 make $J -s $ARGS ${@: -1}=$TMPDIR/ >/dev/null
83 check $TMPDIR
84 rm -rf -- $TMPDIR
/OK3568_Linux_fs/u-boot/lib/lzma/
H A Dimport_lzmasdk.sh19 TMPDIR=/tmp/tmp_lib_$BASENAME
26 mkdir -p $TMPDIR
27 echo "Untar $1 -> $TMPDIR"
28 tar -jxf $1 -C $TMPDIR
31 echo Copying $TMPDIR/$i \-\> `basename $i`
32 cp $TMPDIR/$i .
/OK3568_Linux_fs/yocto/meta-browser/meta-firefox/scripts/
H A Dfirefox-gen-l10n-recipes8 TMPDIR=$(mktemp -d)
12 cd $TMPDIR
18 for f in $TMPDIR/*.xpi; do
21 lang_code=$(echo $f | sed "s,$TMPDIR/\([^\.]*\).xpi,\1,g" | tr '[A-Z]' '[a-z]')
34 rm -rf $TMPDIR
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-support/ibus/ibus/
H A D0001-Do-not-try-to-start-dbus-we-do-not-have-dbus-lauch.patch18 @@ -12,10 +12,6 @@ export XDG_CACHE_HOME="$TMPDIR/cache"
19 export GSETTINGS_SCHEMA_DIR="$TMPDIR/schemas"
24 -trap 'rm -rf $TMPDIR; kill $DBUS_SESSION_BUS_PID' ERR
29 @@ -52,5 +48,3 @@ if [ -d $TMPDIR/cache/gvfs ] ; then
30 umount $TMPDIR/cache/gvfs
32 rm -rf $TMPDIR
/OK3568_Linux_fs/yocto/poky/meta/conf/
H A Dbitbake.conf391 TMPDIR ?= "${TOPDIR}/tmp"
393 CACHE = "${TMPDIR}/cache/${TCMODE}-${TCLIBC}${@['', '/' + str(d.getVar('MACHINE'))][bool(d.getVar('…
396 LOG_DIR = "${TMPDIR}/log"
398 STAMPS_DIR ?= "${TMPDIR}/stamps"
401 BASE_WORKDIR ?= "${TMPDIR}/work"
408 STAGING_DIR = "${TMPDIR}/sysroots"
440 DEPLOY_DIR ?= "${TMPDIR}/deploy"
448 PKGDATA_DIR = "${TMPDIR}/pkgdata/${MACHINE}"
449 PKGDATA_DIR_SDK = "${TMPDIR}/pkgdata/${SDK_SYS}"
482 STAGING_KERNEL_DIR = "${TMPDIR}/work-shared/${MACHINE}/kernel-source"
[all …]
H A Dsanity.conf8 SANITY_ABIFILE = "${TMPDIR}/abi_version"
/OK3568_Linux_fs/buildroot/package/netsniff-ng/
H A D0001-Detect-libpcap-dependencies-using-pkg-config.patch30 - $CC -o $TMPDIR/pcaptest $TMPDIR/pcaptest.c -lpcap >> config.log 2>&1
31 + $CC -o $TMPDIR/pcaptest $TMPDIR/pcaptest.c \
34 if [ ! -x $TMPDIR/pcaptest ] ; then
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/runqueue-tests/conf/
H A Dbitbake.conf10 TMPDIR ??= "${TOPDIR}"
11 STAMP = "${TMPDIR}/stamps/${PN}"
12 T = "${TMPDIR}/workdir/${PN}/temp"
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/
H A DRun94 my $TMPDIR = getDir('UB_TMPDIR', $FindBin::Bin . "/tmp");
279 "options" => "-w -t 30 -d \"${TMPDIR}\" -b 1024 -m 2000",
285 "options" => "-r -t 30 -d \"${TMPDIR}\" -b 1024 -m 2000",
291 "options" => "-c -t 30 -d \"${TMPDIR}\" -b 1024 -m 2000",
297 "options" => "-w -t 30 -d \"${TMPDIR}\" -b 256 -m 500",
303 "options" => "-r -t 30 -d \"${TMPDIR}\" -b 256 -m 500",
309 "options" => "-c -t 30 -d \"${TMPDIR}\" -b 256 -m 500",
315 "options" => "-w -t 30 -d \"${TMPDIR}\" -b 4096 -m 8000",
321 "options" => "-r -t 30 -d \"${TMPDIR}\" -b 4096 -m 8000",
327 "options" => "-c -t 30 -d \"${TMPDIR}\" -b 4096 -m 8000",
[all …]
H A DMakefile133 TMPDIR = ./tmp macro
208 @if test ! -d $(TMPDIR) \
210 mkdir $(TMPDIR) \
302 $(RM) $(RESULTDIR)/* $(TMPDIR)/*
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/dbus/dbus/
H A Dtmpdir.patch6 the TMPDIR env var isn't always pointing to the right target path
29 -if ! test -z "$TMPDIR" ; then
30 - DEFAULT_SOCKET_DIR=$TMPDIR
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/testdir/
H A Dsort.src17 TMPDIR=${HOMEDIR}/tmp
18 cd $TMPDIR
19 TMPDIR=`pwd`
29 export BINDIR TMPDIR RESULTDIR PATH
30 echo "kill -9 $$" > ${TMPDIR}/kill_run ; chmod u+x ${TMPDIR}/kill_run
95 tmp=${TMPDIR}/$$.tmp
211 where=${where-${TMPDIR}}
326 cp $tmp ${TMPDIR}/save.$bench.$param
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/pcp/
H A Dpcp-native_5.3.6.bb13 export SED=${TMPDIR}/hosttools/sed
14 export AR=${TMPDIR}/hosttools/ar
28 export AR=${TMPDIR}/hosttools/ar
/OK3568_Linux_fs/yocto/build/conf/include/
H A Dcommon.conf194 STOPTASKS,${TMPDIR},1G,100K \
198 HALT,${TMPDIR},100M,1K \
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/meta/
H A Dmeta-environment-extsdk.bb8 …local sysroot=${SDKPATH}/tmp/${@os.path.relpath(d.getVar('STAGING_DIR'), d.getVar('TMPDIR'))}/${MA…
9 …local sdkpathnative=${SDKPATH}/tmp/${@os.path.relpath(d.getVar('STAGING_DIR'), d.getVar('TMPDIR'))…
/OK3568_Linux_fs/kernel/Documentation/x86/
H A Dmicrocode.rst63 TMPDIR=/tmp/initrd
65 rm -rf $TMPDIR
67 mkdir $TMPDIR
68 cd $TMPDIR
84 rm -rf $TMPDIR
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dsanity.bbclass573 # Check the 'ABI' of TMPDIR
586TMPDIR changed for Recipe Specific Sysroots.\nConversion doesn't make sense and this change will r…
588TMPDIR changed to include path filtering from the pseudo database.\nIt is recommended to use a cle…
595 …status.addresult("Error, TMPDIR has changed its layout version number (%s to %s) and you need to e…
664 # Check that TMPDIR isn't on a filesystem with limited filename length (eg. eCryptFS)
666 tmpdir = d.getVar('TMPDIR')
667 status.addresult(check_create_long_filename(tmpdir, "TMPDIR"))
670 status.addresult("TMPDIR is setgid, please don't build in a setgid directory")
672 status.addresult("TMPDIR is setuid, please don't build in a setuid directory")
730 # The length of TMPDIR can't be longer than 410
[all …]
H A Dccache.bbclass23 CCACHE_TOP_DIR ?= "${TMPDIR}/ccache"
27 export CCACHE_BASEDIR ?= "${TMPDIR}"
/OK3568_Linux_fs/yocto/poky/scripts/
H A Dsstate-sysroot-cruft.sh20 Specify tmpdir, will use the environment variable TMPDIR if it is not specified.
65 [ -n "$tmpdir" ] || tmpdir=$TMPDIR
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/runqueue-tests/conf/multiconfig/
H A Dmc-1.conf1 TMPDIR = "${TOPDIR}/mc1/"
H A Dmc_2.conf1 TMPDIR = "${TOPDIR}/mc2/"
/OK3568_Linux_fs/yocto/poky/meta-selftest/conf/multiconfig/
H A Dmuslmc.conf2 TMPDIR = "${TOPDIR}/tmp-mc-musl"

123456