HomeSort by relevance Sort by last modified time
    Searched full:tmpdir (Results 301 - 325 of 583) sorted by null

<<11121314151617181920>>

  /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", ".");
SAXParserTest.java 146 String tmpPath = System.getProperty("java.io.tmpdir");
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
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_tempfile.py 184 for envname in 'TMPDIR', 'TEMP', 'TMP':
191 for envname in 'TMPDIR', 'TEMP', 'TMP':
  /external/valgrind/main/
configure.in 647 AC_ARG_WITH(tmpdir,
648 [ --with-tmpdir=PATH Specify path for temporary files],
649 tmpdir="$withval",
650 tmpdir="/tmp")
651 AC_DEFINE_UNQUOTED(VG_TMPDIR, "$tmpdir", [Temporary files directory])
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
run_webkit_tests_integrationtest.py 622 with host.filesystem.mkdtemp() as tmpdir:
623 _, _, user = logging_run(['--results-directory=' + str(tmpdir)], tests_included=True, host=host)
624 self.assertEqual(user.opened_urls, [path.abspath_to_uri(host.platform, host.filesystem.join(tmpdir, 'results.html'))])
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
db_test.cc 212 dbname_ = test::TmpDir() + "/db_test";
    [all...]
  /external/openssh/
session.c 573 cray_init_job(s->pw); /* set up cray jid and tmpdir */
714 cray_init_job(s->pw); /* set up cray jid and tmpdir */
1247 child_set_env(&env, &envsize, "TMPDIR", cray_tmpdir);
    [all...]
  /external/libvpx/libvpx/build/make/
configure.sh 260 if test ! -z "$TMPDIR" ; then
261 TMPDIRx="${TMPDIR}"
    [all...]
  /cts/tools/vm-tests-tf/src/util/build/
BuildDalvikSuite.java 221 "-Djava.io.tmpdir=%s -classpath %s %s", TARGET_JAR_ROOT_PATH, TARGET_JAR_ROOT_PATH,
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/
LoginContextTest.java 771 String tmpUserHome = System.getProperty("java.io.tmpdir")
    [all...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
FileHandlerTest.java 63 final static String TMP_DIR_KEY = "java.io.tmpdir";
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
gflags2man.py 68 return os.environ.get('TMPDIR', '/tmp')
  /external/chromium_org/third_party/leveldatabase/src/table/
table_test.cc 381 std::string name = test::TmpDir() + "/table_testdb";
  /external/chromium_org/third_party/python_gflags/
gflags2man.py 68 return os.environ.get('TMPDIR', '/tmp')
  /external/clang/docs/tools/
clang.pod 528 =item B<TMPDIR>, B<TEMP>, B<TMP>
  /external/grub/
Makefile.in 462 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  /libcore/luni/src/main/java/java/util/logging/
FileHandler.java 266 String tempPath = System.getProperty("java.io.tmpdir");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/libexec/gcc/i686-linux/4.4.3/
collect2 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
ld-2.7.so 

Completed in 684 milliseconds

<<11121314151617181920>>