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

1 2 3 4 56 7 8 91011

  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
stdlib.h 61 extern int mkstemp (char *);
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
stdlib.h 61 extern int mkstemp (char *);
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
stdlib.h 62 extern int mkstemp (char *);
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
stdlib.h 62 extern int mkstemp (char *);
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
stdlib.h 62 extern int mkstemp (char *);
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
stdlib.h 62 extern int mkstemp (char *);
  /system/core/fastbootd/
transport.c 49 fd = mkstemp(tempname);
utils.c 155 fd = mkstemp(tempname);
  /external/bison/djgpp/
subpipe.c 83 fd = mkstemp(tmp_file_name[0]);
90 fd = mkstemp(tmp_file_name[1]);
  /external/chromium_org/chrome/test/chromedriver/
run_buildbot_steps.py 102 temp_log = tempfile.mkstemp()[1]
215 (latest_fd, latest_file) = tempfile.mkstemp()
331 temp_notes_fname = tempfile.mkstemp()[1]
367 temp_latest_release_fname = tempfile.mkstemp()[1]
  /external/chromium_org/third_party/cython/src/Cython/Debugger/
Cygdb.py 36 fd, tempfilename = tempfile.mkstemp()
  /external/chromium_org/tools/symsrc/
source_index.py 95 (f, fname) = tempfile.mkstemp()
  /external/e2fsprogs/lib/blkid/
save.c 97 fd = mkstemp(tmp);
  /external/elfutils/0.153/libasm/
asm_begin.c 157 result->fd = mkstemp (result->tmp_fname);
  /external/libmtp/src/
playlist-spl.c 101 # define mkstemp(_pattern) _open(_mktemp(_pattern), _O_CREAT | _O_SHORT_LIVED | _O_EXCL) macro
103 # error Missing mkstemp() function.
136 int fd = mkstemp(tmpname);
190 char tmpname[] = "/tmp/mtp-spl2pl-XXXXXX"; // must be a var since mkstemp modifies it
195 int fd = mkstemp(tmpname);
  /external/libpcap/lbl/
os-sunos4.h 124 int mkstemp(char *);
  /external/tcpdump/lbl/
os-sunos4.h 124 int mkstemp(char *);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
macresource.py 130 fd, newpathname = tempfile.mkstemp(".rsrc")
  /external/chromium_org/tools/find_runtime_symbols/
prepare_symbol_info.py 31 handle_out, filename_out = tempfile.mkstemp(
33 handle_err, filename_err = tempfile.mkstemp(
  /system/core/libziparchive/
zip_archive_test.cc 167 int fd = mkstemp(full_path);
170 fd = mkstemp(full_path);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_subprocess.py 32 mkstemp = tempfile.mkstemp variable
34 # tempfile.mkstemp is not available
35 def mkstemp(): function
36 """Replacement for mkstemp, calling mktemp."""
635 ifhandle, ifname = mkstemp()
636 ofhandle, ofname = mkstemp()
637 efhandle, efname = mkstemp()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_subprocess.py 32 mkstemp = tempfile.mkstemp variable
34 # tempfile.mkstemp is not available
35 def mkstemp(): function
36 """Replacement for mkstemp, calling mktemp."""
635 ifhandle, ifname = mkstemp()
636 ofhandle, ofname = mkstemp()
637 efhandle, efname = mkstemp()
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
stdlib.h 615 extern int mkstemp (char *__template) __nonnull ((1)) __wur;
618 extern int __REDIRECT (mkstemp, (char *__template), mkstemp64)
621 # define mkstemp mkstemp64 macro
630 /* Similar to mkstemp, but the template can have a suffix after the
663 mkstemp. But allow the caller to pass additional flags which are
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdlib.h 615 extern int mkstemp (char *__template) __nonnull ((1)) __wur;
618 extern int __REDIRECT (mkstemp, (char *__template), mkstemp64)
621 # define mkstemp mkstemp64 macro
630 /* Similar to mkstemp, but the template can have a suffix after the
663 mkstemp. But allow the caller to pass additional flags which are
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest-port.cc 510 const int captured_fd = mkstemp(name_template);
517 const int captured_fd = mkstemp(name_template);

Completed in 1093 milliseconds

1 2 3 4 56 7 8 91011