HomeSort by relevance Sort by last modified time
    Searched full:tmpdir (Results 276 - 300 of 574) sorted by null

<<11121314151617181920>>

  /external/srtp/
config.guess 106 : ${TMPDIR=/tmp} ;
107 { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
108 { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
109 { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } ||
110 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
    [all...]
  /external/stressapptest/
config.guess 109 : ${TMPDIR=/tmp} ;
110 { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
111 { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
112 { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } ||
113 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
    [all...]
  /external/tcpdump/
config.guess 106 : ${TMPDIR=/tmp} ;
107 { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
108 { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
109 { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } ||
110 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
    [all...]
  /ndk/sources/host-tools/make-3.81/config/
config.guess 109 : ${TMPDIR=/tmp} ;
110 { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
111 { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
112 { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } ||
113 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
config.guess 109 : ${TMPDIR=/tmp} ;
110 { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
111 { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
112 { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } ||
113 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_subprocess.py 340 tmpdir = tempfile.gettempdir()
344 os.chdir(tmpdir)
345 tmpdir = os.getcwd()
351 cwd=tmpdir)
354 self.assertEqual(normcase(p.stdout.read()), normcase(tmpdir))
    [all...]
test_tempfile.py 184 for envname in 'TMPDIR', 'TEMP', 'TMP':
191 for envname in 'TMPDIR', 'TEMP', 'TMP':
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_subprocess.py 340 tmpdir = tempfile.gettempdir()
344 os.chdir(tmpdir)
345 tmpdir = os.getcwd()
351 cwd=tmpdir)
354 self.assertEqual(normcase(p.stdout.read()), normcase(tmpdir))
    [all...]
test_tempfile.py 184 for envname in 'TMPDIR', 'TEMP', 'TMP':
191 for envname in 'TMPDIR', 'TEMP', 'TMP':
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
FileTest.java 82 tempDirectory = new File(addTrailingSlash(System.getProperty("java.io.tmpdir")) + "harmony-test-" + getClass().getSimpleName() + File.separator);
469 String tempDir = addTrailingSlash(System.getProperty("java.io.tmpdir"));
536 String base = System.getProperty("java.io.tmpdir");
651 // File f1 = new File(System.getProperty("java.io.tmpdir"), platformId
    [all...]
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestLeftRecursion.java 375 writeFile(tmpdir, "input", test);
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/
ConfigurationTest.java 157 String tmpUserHome = System.getProperty("java.io.tmpdir")
  /external/chromium/sdch/open-vcdiff/src/
vcdiff_test.sh 34 TEST_TMPDIR=${TMPDIR-/tmp}
  /external/chromium_org/sdch/open-vcdiff/src/
vcdiff_test.sh 34 TEST_TMPDIR=${TMPDIR-/tmp}
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
mergeChangeLogs.pl 53 DIR => ($ENV{'TMPDIR'} || $ENV{'TEMP'} || "/tmp"),
  /external/clang/test/
lit.cfg 67 # safe_env_vars = ('TMPDIR', 'TEMP', 'TMP', 'USERPROFILE', 'PWD',
  /external/elfutils/config/
Makefile.in 322 @MAINTAINER_MODE_TRUE@ @tmpname=$$(mktemp $${TMPDIR:-/tmp}/elfutils.XXXXXX); \
  /external/libffi/src/
closures.c 290 { open_temp_exec_file_env, "TMPDIR", 0 },
  /external/llvm/include/llvm/Support/
Path.h 297 /// (e.g., TEMP on Windows, TMPDIR on *nix) to specify a temporary directory.
  /external/llvm/utils/TableGen/
tdtags 116 TMP=${TMPDIR:-/tmp}/$SELF:$$
  /external/open-vcdiff/src/
vcdiff_test.sh 34 TEST_TMPDIR=${TMPDIR-/tmp}
  /libcore/crypto/src/test/java/org/conscrypt/
TrustedCertificateStoreTest.java 40 private static final File DIR_TEMP = new File(System.getProperty("java.io.tmpdir"));
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldFileHandlerTest.java 71 TEMPPATH = System.getProperty("java.io.tmpdir");
  /libcore/luni/src/test/java/tests/api/javax/xml/parsers/
SAXParserTestSupport.java 78 String tmp = System.getProperty("java.io.tmpdir", ".");
  /external/libvpx/libvpx/build/make/
configure.sh 260 if test ! -z "$TMPDIR" ; then
261 TMPDIRx="${TMPDIR}"
    [all...]

Completed in 537 milliseconds

<<11121314151617181920>>