Home
last modified time | relevance | path

Searched refs:TEMPDIR (Results 1 – 12 of 12) sorted by relevance

/external/libunwind/tests/
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/google-breakpad/src/common/tests/
Dauto_tempdir.h44 #define TEMPDIR "/tmp" macro
46 #define TEMPDIR "/data/local/tmp" macro
55 char temp_dir[] = TEMPDIR "/breakpad.XXXXXX"; in AutoTempDir()
/external/google-breakpad/src/client/linux/minidump_writer/
Dproc_cpuinfo_reader_unittest.cc44 #define TEMPDIR "/tmp" macro
46 #define TEMPDIR "/data/local/tmp" macro
/external/libvpx/libvpx/test/
Dtools_common.sh380 elif [ -n "${TEMPDIR}" ]; then
381 VPX_TEST_TEMP_ROOT="${TEMPDIR}"
/external/google-breakpad/src/common/linux/tests/
Dauto_testfile.h96 TEMPDIR "/%s-unittest.XXXXXX", in Init()
/external/jetty/src/java/org/eclipse/jetty/webapp/
DWebInfConfiguration.java199 context.setAttribute(WebAppContext.TEMPDIR, null); in deconfigure()
274 File servletTmpDir = asFile(context.getAttribute(WebAppContext.TEMPDIR)); in resolveTempDirectory()
280 context.setAttribute(WebAppContext.TEMPDIR,tmpDir); in resolveTempDirectory()
DWebAppContext.java89 public static final String TEMPDIR = "javax.servlet.context.tempdir"; field in WebAppContext
1131 setAttribute(TEMPDIR,_tmpDir); in setTempDirectory()
/external/fio/
Dconfigure10 elif test ! -z "$TEMPDIR" ; then
11 TMPDIR1="${TEMPDIR}"
/external/icu/icu4c/source/tools/pkgdata/
Dpkgdata.cpp113 TEMPDIR, enumerator
429 if( options[TEMPDIR].doesOccur ) { in main()
430 o.tmpDir = options[TEMPDIR].value; in main()
/external/libvpx/libvpx/build/make/
Dconfigure.sh253 elif test ! -z "$TEMPDIR" ; then
254 TMPDIRx="${TEMPDIR}"
/external/llvm/lib/Support/Unix/
DPath.inc614 const char *EnvironmentVariables[] = {"TMPDIR", "TMP", "TEMP", "TEMPDIR"};
/external/jetty/lib/
Djavax.servlet-3.0.0.v201112011016.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...