HomeSort by relevance Sort by last modified time
    Searched defs:mkstemp (Results 1 - 23 of 23) sorted by null

  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/
shell.py 93 mkstemp = _tempfile.mkstemp variable
100 fd, name = mkstemp('.py')
178 fd, name = mkstemp('.py')
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py3/
shell.py 93 mkstemp = _tempfile.mkstemp variable
100 fd, name = mkstemp('.py')
178 fd, name = mkstemp('.py')
  /system/core/base/
test_utils.cpp 37 int mkstemp(char* template_name) { function
107 fd = mkstemp(path);
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
mktemp.c 122 "warning: mktemp() possibly used unsafely; consider using mkstemp()");
137 mkstemp(char *path) function
141 DEF_WEAK(mkstemp); variable
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/
shell.py 95 mkstemp = _tempfile.mkstemp variable
124 def mkstemp(suffix="", prefix=_tempfile.gettempprefix(), dir=None, function
154 fd, name = mkstemp('.py')
260 fd, name = mkstemp('.py')
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/
shell.py 95 mkstemp = _tempfile.mkstemp variable
124 def mkstemp(suffix="", prefix=_tempfile.gettempprefix(), dir=None, function
154 fd, name = mkstemp('.py')
260 fd, name = mkstemp('.py')
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
tempfile.py 23 "mkstemp", "mkdtemp", # low level safe interfaces
220 """Code common to mkstemp, TemporaryFile, and NamedTemporaryFile."""
259 def mkstemp(suffix="", prefix=template, dir=None, text=False): function
300 Arguments are as for mkstemp, except that the 'text' argument is
331 Arguments are as for mkstemp, except that the 'text' argument is
423 'prefix', 'suffix', 'dir' -- as for mkstemp.
427 The file is created as mkstemp() would do it.
461 'prefix', 'suffix', 'dir' -- as for mkstemp.
464 The file is created as mkstemp() would do it.
  /external/libmtp/src/
playlist-spl.c 102 # define mkstemp(_pattern) _open(_mktemp(_pattern), _O_CREAT | _O_SHORT_LIVED | _O_EXCL) macro
104 # error Missing mkstemp() function.
137 int fd = mkstemp(tmpname);
191 char tmpname[] = "/tmp/mtp-spl2pl-XXXXXX"; // must be a var since mkstemp modifies it
196 int fd = mkstemp(tmpname);
  /external/python/cpython2/Lib/
tempfile.py 23 "mkstemp", "mkdtemp", # low level safe interfaces
236 """Code common to mkstemp, TemporaryFile, and NamedTemporaryFile."""
280 def mkstemp(suffix="", prefix=template, dir=None, text=False): function
321 Arguments are as for mkstemp, except that the 'text' argument is
357 Arguments are as for mkstemp, except that the 'text' argument is
451 'prefix', 'suffix', 'dir' -- as for mkstemp.
455 The file is created as mkstemp() would do it.
494 'prefix', 'suffix', 'dir' -- as for mkstemp.
497 The file is created as mkstemp() would do it.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdlib.h 620 extern int mkstemp (char *__template) __nonnull ((1)) __wur;
623 extern int __REDIRECT (mkstemp, (char *__template), mkstemp64)
626 # define mkstemp mkstemp64 macro
635 /* Similar to mkstemp, but the template can have a suffix after the
668 mkstemp. But allow the caller to pass additional flags which are
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
tempfile.py 23 "mkstemp", "mkdtemp", # low level safe interfaces
231 """Code common to mkstemp, TemporaryFile, and NamedTemporaryFile."""
270 def mkstemp(suffix="", prefix=template, dir=None, text=False): function
311 Arguments are as for mkstemp, except that the 'text' argument is
342 Arguments are as for mkstemp, except that the 'text' argument is
434 'prefix', 'suffix', 'dir' -- as for mkstemp.
438 The file is created as mkstemp() would do it.
472 'prefix', 'suffix', 'dir' -- as for mkstemp.
475 The file is created as mkstemp() would do it.
  /prebuilts/gdb/linux-x86/lib/python2.7/
tempfile.py 23 "mkstemp", "mkdtemp", # low level safe interfaces
231 """Code common to mkstemp, TemporaryFile, and NamedTemporaryFile."""
270 def mkstemp(suffix="", prefix=template, dir=None, text=False): function
311 Arguments are as for mkstemp, except that the 'text' argument is
342 Arguments are as for mkstemp, except that the 'text' argument is
434 'prefix', 'suffix', 'dir' -- as for mkstemp.
438 The file is created as mkstemp() would do it.
472 'prefix', 'suffix', 'dir' -- as for mkstemp.
475 The file is created as mkstemp() would do it.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tempfile.py 23 "mkstemp", "mkdtemp", # low level safe interfaces
231 """Code common to mkstemp, TemporaryFile, and NamedTemporaryFile."""
270 def mkstemp(suffix="", prefix=template, dir=None, text=False): function
311 Arguments are as for mkstemp, except that the 'text' argument is
342 Arguments are as for mkstemp, except that the 'text' argument is
434 'prefix', 'suffix', 'dir' -- as for mkstemp.
438 The file is created as mkstemp() would do it.
472 'prefix', 'suffix', 'dir' -- as for mkstemp.
475 The file is created as mkstemp() would do it.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tempfile.py 23 "mkstemp", "mkdtemp", # low level safe interfaces
231 """Code common to mkstemp, TemporaryFile, and NamedTemporaryFile."""
270 def mkstemp(suffix="", prefix=template, dir=None, text=False): function
311 Arguments are as for mkstemp, except that the 'text' argument is
342 Arguments are as for mkstemp, except that the 'text' argument is
434 'prefix', 'suffix', 'dir' -- as for mkstemp.
438 The file is created as mkstemp() would do it.
472 'prefix', 'suffix', 'dir' -- as for mkstemp.
475 The file is created as mkstemp() would do it.
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
compat.c 187 mkstemp(char *path) function
  /external/python/cpython3/Lib/
tempfile.py 12 >>> tempfile.mkstemp()
29 "mkstemp", "mkdtemp", # low level safe interfaces
250 """Code common to mkstemp, TemporaryFile, and NamedTemporaryFile."""
305 def mkstemp(suffix=None, prefix=None, dir=None, text=False): function
349 Arguments are as for mkstemp, except that the 'text' argument is
388 Arguments are similar to mkstemp, except that the 'text' argument is
527 'prefix', 'suffix', 'dir' -- as for mkstemp.
533 The file is created as mkstemp() would do it.
576 'prefix', 'suffix', 'dir' -- as for mkstemp.
581 The file is created as mkstemp() would do it
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_subprocess.py 27 mkstemp = tempfile.mkstemp variable
29 # tempfile.mkstemp is not available
30 def mkstemp(): function
31 """Replacement for mkstemp, calling mktemp."""
583 ifhandle, ifname = mkstemp()
584 ofhandle, ofname = mkstemp()
585 efhandle, efname = mkstemp()
689 f, fname = mkstemp()
733 f, fname = mkstemp()
    [all...]
  /external/valgrind/coregrind/
m_libcfile.c 921 Int VG_(mkstemp) ( const HChar* part_of_name, /*OUT*/HChar* fullname ) function
945 VG_(printf)("VG_(mkstemp): trying: %s\n", fullname);
951 VG_(umsg)("VG_(mkstemp): failed to create temp file: %s\n", fullname);
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 597 #define mkstemp(...) (pthread_testcancel(), mkstemp(__VA_ARGS__)) macro
    [all...]

Completed in 781 milliseconds