Searched refs:TEMPDIR (Results 1 - 11 of 11) sorted by last modified time

/external/libvpx/libvpx/build/make/
H A Dconfigure.sh262 elif test ! -z "$TEMPDIR" ; then
263 TMPDIRx="${TEMPDIR}"
/external/libvpx/libvpx/test/
H A Dtools_common.sh344 elif [ -n "${TEMPDIR}" ]; then
345 VPX_TEST_TEMP_ROOT="${TEMPDIR}"
/external/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*
53 ./test-coredump-unwind $COREFILE -testcase `cat $TEMPDIR/backing_files`
/external/jetty/lib/
H A Djavax.servlet-3.0.0.v201112011016.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jetty/src/java/org/eclipse/jetty/webapp/
H A DWebAppContext.java89 public static final String TEMPDIR = "javax.servlet.context.tempdir"; field in class:WebAppContext
1131 setAttribute(TEMPDIR,_tmpDir);
H A DWebInfConfiguration.java199 context.setAttribute(WebAppContext.TEMPDIR, null);
274 File servletTmpDir = asFile(context.getAttribute(WebAppContext.TEMPDIR));
280 context.setAttribute(WebAppContext.TEMPDIR,tmpDir);
/external/icu/icu4c/source/tools/pkgdata/
H A Dpkgdata.cpp106 TEMPDIR, enumerator in enum:__anon5995
422 if( options[TEMPDIR].doesOccur ) {
423 o.tmpDir = options[TEMPDIR].value;
/external/google-breakpad/src/client/linux/minidump_writer/
H A Dproc_cpuinfo_reader_unittest.cc44 #define TEMPDIR "/tmp" macro
46 #define TEMPDIR "/data/local/tmp"
/external/google-breakpad/src/common/linux/tests/
H A Dauto_testfile.h96 TEMPDIR "/%s-unittest.XXXXXX",
/external/google-breakpad/src/common/tests/
H A Dauto_tempdir.h44 #define TEMPDIR "/tmp" macro
46 #define TEMPDIR "/data/local/tmp" macro
55 char temp_dir[] = TEMPDIR "/breakpad.XXXXXX";
/external/fio/
H A Dconfigure10 elif test ! -z "$TEMPDIR" ; then
11 TMPDIR1="${TEMPDIR}"

Completed in 3096 milliseconds