HomeSort by relevance Sort by last modified time
    Searched refs:mktemp (Results 226 - 250 of 422) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_contextlib.py 253 tfn = tempfile.mktemp()
test_socketserver.py 98 fn = tempfile.mktemp(prefix='unix_socket.', dir=dir)
test_shutil.py 78 filename = tempfile.mktemp()
667 dst_dir = tempfile.mktemp()
681 dst_dir = tempfile.mktemp(dir=self.dir_other_fs)
  /system/update_engine/sample_images/
generate_images.sh 220 local mntdir=$(mktemp --tmpdir -d generate_ext2.XXXXXX)
  /system/update_engine/scripts/
brillo_update_payload 285 mktemp --tmpdir="${FLAGS_work_dir}" "${pattern}"
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_shutil.py 77 filename = tempfile.mktemp()
633 dst_dir = tempfile.mktemp()
647 dst_dir = tempfile.mktemp(dir=self.dir_other_fs)
  /external/python/cpython2/Lib/test/
test_shutil.py 78 filename = tempfile.mktemp()
726 dst_dir = tempfile.mktemp()
739 dst_dir = tempfile.mktemp(dir=self.dir_other_fs)
    [all...]
test_contextlib.py 261 tfn = tempfile.mktemp()
test_socketserver.py 101 fn = tempfile.mktemp(prefix='unix_socket.', dir=dir)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_shutil.py 78 filename = tempfile.mktemp()
667 dst_dir = tempfile.mktemp()
681 dst_dir = tempfile.mktemp(dir=self.dir_other_fs)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_shutil.py 78 filename = tempfile.mktemp()
667 dst_dir = tempfile.mktemp()
681 dst_dir = tempfile.mktemp(dir=self.dir_other_fs)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_shutil.py 78 filename = tempfile.mktemp()
667 dst_dir = tempfile.mktemp()
681 dst_dir = tempfile.mktemp(dir=self.dir_other_fs)
  /external/compiler-rt/lib/asan/scripts/
asan_device_setup 264 TMPDIRBASE=$(mktemp -d)
  /external/toolchain-utils/
build_tc.py 170 self._new_mask_file = tempfile.mktemp()
  /external/toybox/
Android.mk 82 toys/lsb/mktemp.c \
315 mktemp \
  /external/trappy/tests/
test_plotter.py 136 png_file = tempfile.mktemp(dir="/tmp", suffix=".png")
  /external/vboot_reference/utility/
dev_debug_vboot 236 TMPDIR=$(mktemp -d /tmp/debug_vboot_XXXXXXXXX)
  /prebuilts/clang/host/darwin-x86/clang-3289846/bin/
asan_device_setup 249 TMPDIRBASE=$(mktemp -d)
  /prebuilts/clang/host/darwin-x86/clang-3859424/bin/
asan_device_setup 249 TMPDIRBASE=$(mktemp -d)
  /prebuilts/clang/host/darwin-x86/clang-4053586/bin/
asan_device_setup 249 TMPDIRBASE=$(mktemp -d)
  /prebuilts/clang/host/linux-x86/clang-3289846/bin/
asan_device_setup 249 TMPDIRBASE=$(mktemp -d)
  /prebuilts/clang/host/linux-x86/clang-3859424/bin/
asan_device_setup 249 TMPDIRBASE=$(mktemp -d)
  /prebuilts/clang/host/linux-x86/clang-4053586/bin/
asan_device_setup 249 TMPDIRBASE=$(mktemp -d)
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/bin/
asan_device_setup 249 TMPDIRBASE=$(mktemp -d)
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/bin/
asan_device_setup 249 TMPDIRBASE=$(mktemp -d)

Completed in 472 milliseconds

1 2 3 4 5 6 7 8 91011>>