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

1 2 3 4 5 6 7 8 91011

  /external/mesa3d/src/gallium/tests/trivial/
compute.c 112 fd = mkstemp(tmp);
    [all...]
  /external/valgrind/main/coregrind/
m_libcfile.c 735 Int VG_(mkstemp) ( HChar* part_of_name, /*OUT*/HChar* fullname ) function
759 VG_(printf)("VG_(mkstemp): trying: %s\n", buf);
765 VG_(umsg)("VG_(mkstemp): failed to create temp file: %s\n", buf);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_logging.py     [all...]
test_shutil.py 137 handle, path = tempfile.mkstemp()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_logging.py     [all...]
test_shutil.py 137 handle, path = tempfile.mkstemp()
  /build/tools/releasetools/
ota_from_target_files 449 mappath = tempfile.mkstemp()[1]
    [all...]
  /external/elfutils/0.153/src/
strip.c 492 debug_fd = mkstemp (tmp_debug_fname);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib.py 252 (fd, filename) = tempfile.mkstemp(suffix)
    [all...]
pydoc.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib.py 252 (fd, filename) = tempfile.mkstemp(suffix)
    [all...]
pydoc.py     [all...]
  /external/chromium_org/third_party/cython/src/
runtests.py     [all...]
  /external/qemu/
block.c 243 fd = mkstemp(filename);
    [all...]
exec.c 874 /* Make name safe to use with mkstemp by replacing '/' with '_'. */
885 fd = mkstemp(filename);
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readpdb.c     [all...]
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]
  /external/valgrind/main/perf/
test_input_for_tinycc.c 771 extern int mkstemp (char *__template) __attribute__ ((__nonnull__ (1)));
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]
  /ndk/sources/host-tools/make-3.81/
configure     [all...]
  /ndk/sources/host-tools/sed-4.2.1/
configure     [all...]
  /external/libmtp/
configure     [all...]
  /external/llvm/
configure     [all...]

Completed in 1301 milliseconds

1 2 3 4 5 6 7 8 91011