/external/ltp/testcases/kernel/fs/stream/ |
H A D | stream05.c | 52 char tempfile[40] = ""; variable 73 sprintf(tempfile, "stream05.%d", getpid()); 76 if ((stream = fopen(tempfile, "a+")) == NULL) { 78 tempfile, 84 if ((stream = fopen(tempfile, "r+")) == NULL) { 86 tempfile, 135 if ((stream = fopen(tempfile, "r+")) == NULL) { 137 tempfile, 182 if ((stream = fopen(tempfile, "rb")) == NULL) { 184 tempfile, [all...] |
/external/chromium-trace/catapult/common/py_utils/py_utils/ |
H A D | tempfile_ext.py | 8 import tempfile namespace 15 This is a context manager version of tempfile.mkdtemp. The arguments to this 21 d = tempfile.mkdtemp(suffix=suffix, prefix=prefix, dir=dir)
|
/external/linux-kselftest/tools/testing/selftests/powerpc/mm/ |
H A D | Makefile | 5 TEST_GEN_FILES := tempfile 13 $(OUTPUT)/tempfile:
|
/external/ltp/testcases/kernel/syscalls/open/ |
H A D | open09.c | 38 static char tempfile[40] = ""; variable 57 fildes = open(tempfile, O_WRONLY); 69 fildes = open(tempfile, O_RDONLY); 94 sprintf(tempfile, "open09.%d", getpid()); 96 fildes = creat(tempfile, 0600); 99 tempfile); 107 unlink(tempfile);
|
/external/chromium-trace/catapult/devil/devil/android/ |
H A D | device_blacklist_test.py | 7 import tempfile namespace 16 with tempfile.NamedTemporaryFile() as blacklist_file: 25 with tempfile.NamedTemporaryFile(delete=False) as blacklist_file:
|
/external/toolchain-utils/crosperf/ |
H A D | crosperf_test.py | 9 import tempfile namespace 36 filehandle, filename = tempfile.mkstemp()
|
/external/llvm/utils/release/ |
H A D | merge.sh | 76 tempfile=`mktemp /tmp/merge.XXXXXX` || exit 1 79 echo "Reverting r$rev:" > $tempfile 81 echo "Merging r$rev:" > $tempfile 83 svn log -c $rev http://llvm.org/svn/llvm-project/$proj/trunk >> $tempfile 2>&1 99 echo svn commit -F $tempfile
|
/external/toybox/toys/other/ |
H A D | dos2unix.c | 31 char *tempfile; 39 if (fd) outfd = copy_tempfile(fd, name, &TT.tempfile); 65 if (fd) replace_tempfile(-1, outfd, &TT.tempfile);
|
/external/autotest/client/site_tests/kernel_SchedCgroups/ |
H A D | kernel_SchedCgroups.py | 7 import os, tempfile namespace 26 self._tmpdir = tempfile.mkdtemp()
|
/external/autotest/client/site_tests/security_Minijail0/src/ |
H A D | mountns-enter.py | 8 import tempfile namespace 14 tmpdir = tempfile.mkdtemp(prefix="newns-", dir="/tmp")
|
/external/chromium-trace/catapult/common/eslint/eslint/ |
H A D | smoke_test.py | 7 import tempfile namespace 27 tmp_file = tempfile.NamedTemporaryFile(
|
/external/fmtlib/support/ |
H A D | update-converity-branch.py | 7 import shutil, tempfile namespace 19 dir = tempfile.mkdtemp()
|
/external/icu/tools/ |
H A D | i18nutil.py | 3 import tempfile namespace 32 tmp_dir = tempfile.mkdtemp('-i18n')
|
/external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Domains/ |
H A D | tDomain_creation_deletion.py | 282 tempfile = open("tempfile", "w") 283 tempfile.write(out) 284 tempfile.close() 287 tempfile = open("tempfile", "r") 289 line=tempfile.readline() 291 line=tempfile.readline() 293 tempfile.close() 295 tempfile [all...] |
/external/python/cpython2/Lib/test/ |
H A D | threaded_import_hangers.py | 12 import tempfile namespace 32 ("tempfile.TemporaryFile", tempfile.TemporaryFile, ()),
|
H A D | test_tempfile.py | 0 # tempfile.py unit tests. 2 import tempfile namespace 26 has_textmode = (tempfile._text_openflags != tempfile._bin_openflags) 36 # This is organized as one test for each chunk of code in tempfile.py, 72 # There are no surprising symbols in the tempfile module 73 dict = tempfile.__dict__ 103 self.r = tempfile._RandomNameSequence() 174 cand = tempfile._candidate_tempdir_list() 190 cand = tempfile [all...] |
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/ |
H A D | log_io_test.py | 8 import tempfile namespace 17 file = tempfile.NamedTemporaryFile() 25 file = tempfile.NamedTemporaryFile() 35 file = tempfile.NamedTemporaryFile()
|
H A D | trace_test.py | 4 import tempfile namespace 28 self._file = tempfile.NamedTemporaryFile()
|
/external/valgrind/coregrind/ |
H A D | link_tool_exe_solaris.in | 21 use File::Temp qw/tempfile unlink0/; 40 (my $fh, my $path) = tempfile();
|
/external/autotest/site_utils/lxc/ |
H A D | lxc_config_unittest.py | 10 import tempfile namespace 42 'source': tempfile.mkdtemp(dir=tmpdir), 49 'source': tempfile.mkdtemp(dir=tmpdir), 100 self.rootfs = tempfile.mkdtemp() 159 with tempfile.NamedTemporaryFile() as tmp: 171 tmpdir = tempfile.mkdtemp()
|
/external/autotest/client/site_tests/kernel_PerfEventRename/ |
H A D | kernel_PerfEventRename.py | 10 import tempfile namespace 40 (data_tmpfile, data_name) = tempfile.mkstemp(
|
/external/autotest/client/site_tests/security_mprotect/ |
H A D | security_mprotect.py | 7 import logging, os, tempfile namespace 25 with tempfile.NamedTemporaryFile(prefix='%s-' % (self.executable),
|
/external/autotest/server/cros/ |
H A D | gsutil_wrapper.py | 9 import tempfile namespace 34 with tempfile.NamedTemporaryFile(suffix='.wpr') as tempsource:
|
/external/autotest/server/site_tests/native_Benchmarks/ |
H A D | native_Benchmarks.py | 7 import tempfile namespace 36 scratch_srv = tempfile.mkdtemp()
|
/external/python/cpython2/Lib/hotshot/ |
H A D | stones.py | 29 import tempfile namespace 30 main(tempfile.NamedTemporaryFile().name)
|