HomeSort by relevance Sort by last modified time
    Searched refs:tmpdir (Results 76 - 100 of 132) sorted by null

1 2 34 5 6

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compat.cpp 25 DEFINE_string(tmpdir, "/tmp/", "temporary directory");
compat.h 241 DECLARE_string(tmpdir); variable
  /external/valgrind/main/include/
pub_tool_libcfile.h 101 extern const HChar* VG_(tmpdir)(void);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_refactor.py 188 tmpdir = tempfile.mkdtemp(prefix="2to3-test_refactor")
189 self.addCleanup(shutil.rmtree, tmpdir)
191 shutil.copy(test_file, tmpdir)
192 test_file = os.path.join(tmpdir, os.path.basename(test_file))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_refactor.py 188 tmpdir = tempfile.mkdtemp(prefix="2to3-test_refactor")
189 self.addCleanup(shutil.rmtree, tmpdir)
191 shutil.copy(test_file, tmpdir)
192 test_file = os.path.join(tmpdir, os.path.basename(test_file))
  /external/e2fsprogs/debian/
rules 55 tmpdir ?= ${debdir}/tmp macro
89 mandir ?= ${tmpdir}${MANDIR}
397 mkdir -p ${tmpdir}/sbin
398 $(MAKE) -C ${stdbuilddir} V=1 install DESTDIR=${tmpdir} \
401 $(MAKE) -C ${stdbuilddir} V=1 install-libs DESTDIR=${tmpdir} LDCONFIG=true
405 ${INSTALL_PROGRAM} $(E2FSCK_STATIC) ${tmpdir}/sbin
410 rm ${tmpdir}/usr/include/quota/mkquota.h
411 find ${tmpdir} -name quota.pc -o -name libquota.a | xargs rm
414 ${INSTALL} -m 0644 misc/mke2fs-hurd.conf ${tmpdir}/etc/mke2fs.conf
418 test -z "`find ${tmpdir} -type f`
    [all...]
  /external/qemu/util/
qemu-sockets-android.c 496 char *tmpdir = getenv("TMPDIR"); local
498 tmpdir ? tmpdir : "/tmp");
qemu-sockets.c 558 char *tmpdir = getenv("TMPDIR"); local
560 tmpdir ? tmpdir : "/tmp");
  /external/chromium_org/native_client_sdk/src/build_tools/
build_sdk.py 199 tmpdir = os.path.join(OUT_DIR, 'tc_temp')
200 buildbot_common.RemoveDir(tmpdir)
201 buildbot_common.MakeDir(tmpdir)
221 '--dest-dir', tmpdir,
226 full_src_dir = os.path.join(tmpdir, package_name)
231 buildbot_common.RemoveDir(tmpdir)
    [all...]
  /ndk/sources/host-tools/make-3.81/
main.c 1463 char *template, *tmpdir; local
    [all...]
  /external/mksh/src/
var.c 1201 if (tmpdir) {
1202 afree(tmpdir, APERM);
1203 tmpdir = NULL;
1206 * Use tmpdir iff it is an absolute path, is writable
1216 strdupx(tmpdir, s, APERM);
1299 * loose the 'specialness': IFS, COLUMNS, PATH, TMPDIR
1316 if (tmpdir) {
1317 afree(tmpdir, APERM);
1318 tmpdir = NULL;
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
ControlTest.java 379 String tmpdir = System.getProperty("java.io.tmpdir"); local
380 if (null == tmpdir) {
383 String copyName = tmpdir + File.separator + "hyts_resource_copy" + tail;
  /ndk/sources/host-tools/sed-4.2.1/sed/
execute.c 725 char *tmpdir, *p;
738 tmpdir = ck_strdup(input->in_file_name);
739 if ((p = strrchr(tmpdir, '/')))
742 strcpy(tmpdir, ".");
775 output_file.fp = ck_mkstemp (&input->out_file_name, tmpdir, "sed");
777 free (tmpdir);
720 char *tmpdir, *p; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
unixfilesystem.cc 203 if (const char* tmpdir = getenv("TMPDIR")) {
204 pathname.SetPathname(tmpdir, "");
  /external/chromium_org/third_party/webrtc/base/
unixfilesystem.cc 186 if (const char* tmpdir = getenv("TMPDIR")) {
187 pathname.SetPathname(tmpdir, "");
  /cts/tools/vm-tests-tf/etc/
starttests 204 adb shell dalvikvm -Djava.io.tmpdir=/data/local/tmp \
  /external/valgrind/main/coregrind/m_gdbserver/
remote-utils.c 1205 const HChar *tmpdir = VG_(tmpdir)(); local
    [all...]
  /external/chromium_org/base/
file_util_posix.cc 444 const char* tmp = getenv("TMPDIR");
555 FilePath tmpdir; local
556 if (!GetTempDir(&tmpdir))
559 return CreateTemporaryDirInDirImpl(tmpdir, TempFileName(), new_temp_path);
  /build/tools/releasetools/
ota_from_target_files 429 def GetImage(which, tmpdir, info_dict):
432 # prebuilt image and file map are found in tmpdir they are used,
437 path = os.path.join(tmpdir, "IMAGES", which + ".img")
438 mappath = os.path.join(tmpdir, "IMAGES", which + ".map")
455 tmpdir, info_dict, block_list=mappath)
458 tmpdir, info_dict, block_list=mappath)
    [all...]
common.py 1034 tmpdir = tempfile.mkdtemp()
1035 OPTIONS.tempfiles.append(tmpdir)
1036 self.path = os.path.join(tmpdir, partition)
    [all...]
  /external/libunwind/aux/
ltmain.sh     [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...]
  /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...]
  /external/nanohttpd/core/src/main/java/fi/iki/elonen/
NanoHTTPD.java 468 * wherever <code>java.io.tmpdir</code> points to). Files are added
474 private final String tmpdir; field in class:NanoHTTPD.DefaultTempFileManager
478 tmpdir = System.getProperty("java.io.tmpdir");
484 DefaultTempFile tempFile = new DefaultTempFile(tmpdir);
    [all...]
  /external/qemu/
block.c 237 const char *tmpdir; local
239 tmpdir = getenv("TMPDIR");
240 if (!tmpdir)
241 tmpdir = "/tmp";
242 snprintf(filename, size, "%s/vl.XXXXXX", tmpdir);
    [all...]

Completed in 1531 milliseconds

1 2 34 5 6