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

1 2 34 5 6 7 8 91011>>

  /external/clang/tools/scan-build-py/libscanbuild/
runner.py 126 (handle, name) = tempfile.mkstemp(suffix=extension(opts),
164 (handle, name) = tempfile.mkstemp(prefix='report-',
  /external/ltp/utils/sctp/func_tests/
test_1_to_1_addrs.c 182 fd = mkstemp(filename);
184 tst_brkm(TBROK, tst_exit, "Failed to mkstemp %s: %s",
240 fd = mkstemp(filename);
242 tst_brkm(TBROK, tst_exit, "Failed to mkstemp %s: %s",
test_1_to_1_socket_bind_listen.c 147 fd = mkstemp(filename);
149 tst_brkm(TBROK, tst_exit, "Failed to mkstemp %s: %s",
262 fd = mkstemp(filename);
264 tst_brkm(TBROK, tst_exit, "Failed to mkstemp %s: %s",
test_getname.c 214 fd = mkstemp(filename);
216 tst_brkm(TBROK, tst_exit, "Failed to mkstemp %s: %s",
249 fd = mkstemp(filename);
251 tst_brkm(TBROK, tst_exit, "Failed to mkstemp %s: %s",
  /test/vts/drivers/shell/
ShellDriver.cpp 101 int stdout_file = mkstemp(stdout_file_name);
102 int stderr_file = mkstemp(stderr_file_name);
  /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')
  /external/tensorflow/tensorflow/python/keras/_impl/keras/
models_test.py 57 fd, fname = tempfile.mkstemp('.h5')
99 fd, fname = tempfile.mkstemp('.h5')
130 fd, fname = tempfile.mkstemp('.h5')
150 fd, fname = tempfile.mkstemp('.h5')
168 fd, fname = tempfile.mkstemp('.h5')
185 fd, fname = tempfile.mkstemp('.h5')
203 fd, fname = tempfile.mkstemp('.h5')
  /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...]
  /bionic/tests/headers/posix/
stdlib_h.c 107 FUNCTION(mkstemp, int (*f)(char*));
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
stdlib.h 174 int mkstemp(char *);
  /external/autotest/server/
server_job_unittest.py 45 _, self.control_file = tempfile.mkstemp()
  /external/autotest/server/site_tests/brillo_RecordingAudioTest/
brillo_RecordingAudioTest.py 114 _, local_rec_file = tempfile.mkstemp(prefix='recording-',
  /external/bsdiff/
test_utils.cc 38 int mkstemp_fd = mkstemp(result.data());
40 PLOG(ERROR) << "mkstemp() Failed";
  /external/chromium-trace/catapult/devil/devil/android/sdk/
adb_wrapper_devicetest.py 36 fi, path = tempfile.mkstemp()
  /external/e2fsprogs/lib/blkid/
save.c 103 fd = mkstemp(tmp);
  /external/elfutils/libasm/
asm_begin.c 157 result->fd = mkstemp (result->tmp_fname);
  /external/google-benchmark/tools/gbench/
util.py 129 thandle, output_name = tempfile.mkstemp()
  /external/libcxx/utils/google-benchmark/tools/gbench/
util.py 129 thandle, output_name = tempfile.mkstemp()
  /external/libmojo/third_party/catapult/devil/devil/android/sdk/
adb_wrapper_devicetest.py 36 fi, path = tempfile.mkstemp()
  /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/libpcap/lbl/
os-sunos4.h 121 int mkstemp(char *);
  /external/ltp/testcases/kernel/mem/mmapstress/
mmapstress05.c 140 if ((fd = mkstemp(tmpname)) == -1) {
141 ERROR("mkstemp failed");
  /external/ltp/testcases/kernel/mem/mtest06/
mmap2.c 41 /* mkstemp(). -Robbie Williamson */
93 fd = mkstemp(template);
95 perror("mkfile(): mkstemp()");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/
6-1.c 214 fd = mkstemp(filename);

Completed in 558 milliseconds

1 2 34 5 6 7 8 91011>>