HomeSort by relevance Sort by last modified time
    Searched refs:tmpfile (Results 26 - 50 of 136) sorted by null

12 3 4 5 6

  /prebuilts/go/darwin-x86/src/io/ioutil/
example_test.go 50 tmpfn := filepath.Join(dir, "tmpfile")
58 tmpfile, err := ioutil.TempFile("", "example")
63 defer os.Remove(tmpfile.Name()) // clean up
65 if _, err := tmpfile.Write(content); err != nil {
68 if err := tmpfile.Close(); err != nil {
  /prebuilts/go/linux-x86/src/io/ioutil/
example_test.go 50 tmpfn := filepath.Join(dir, "tmpfile")
58 tmpfile, err := ioutil.TempFile("", "example")
63 defer os.Remove(tmpfile.Name()) // clean up
65 if _, err := tmpfile.Write(content); err != nil {
68 if err := tmpfile.Close(); err != nil {
  /external/autotest/site_utils/lxc/
container_unittest.py 69 with tempfile.NamedTemporaryFile(dir=self.test_dir) as tmpfile:
70 name = os.path.basename(tmpfile.name)
170 tmpfile = clone0.attach_run('mktemp').stdout
171 # Verify that our tmpfile exists
172 clone0.attach_run('test -f %s' % tmpfile)
181 clone1.attach_run('test -f %s' % tmpfile)
213 _unused, tmpfile = tempfile.mkstemp()
215 container.install_control_file(tmpfile)
220 os.path.basename(tmpfile)))
226 with tempfile.NamedTemporaryFile() as tmpfile
    [all...]
zygote_unittest.py 174 _unused, tmpfile = tempfile.mkstemp()
179 zygote.install_control_file(tmpfile)
183 os.path.basename(tmpfile)))
189 with tempfile.NamedTemporaryFile() as tmpfile:
190 tmpfile.write(control_string)
191 tmpfile.flush()
195 os.path.basename(tmpfile.name))
197 zygote.copy(tmpfile.name, dst)
207 fd, tmpfile = tempfile.mkstemp(dir=tmpdir)
218 test_file = os.path.join(dst, os.path.basename(tmpfile))
    [all...]
  /external/autotest/client/tests/spew/
spew.py 27 tmpfile = os.path.join(testdir, 'spew-test.%d' % os.getpid())
30 (type, pattern, filesize, tmpfile)
  /external/clang/test/Analysis/
stream.c 9 extern FILE *tmpfile(void);
57 FILE *p = tmpfile();
  /external/libpng/tests/
pngstest 54 exec ./pngstest --tmpfile "${gamma}-${alpha}-" --log ${1+"$@"} $args
  /external/tensorflow/tensorflow/contrib/cmake/tools/
create_def_file.py 102 tmpfile = tempfile.NamedTemporaryFile(mode="w", delete=False)
111 tmpfile.file.write(sym + "\n")
117 tmpfile.file.close()
133 proc = subprocess.Popen([UNDNAME, tmpfile.name], stdout=subprocess.PIPE)
163 os.unlink(tmpfile.name)
  /external/ltp/testcases/kernel/mem/mtest05/
mmstress.c 272 /* Input: char *tmpfile - name of temporary file that is created */
276 int map_and_thread(char *tmpfile,
296 if (strcmp(tmpfile, "NULL")) {
298 open(tmpfile, O_RDWR | O_CREAT,
314 remove_files(tmpfile, NULL);
333 remove_files(tmpfile, NULL);
377 remove_files(tmpfile, map_addr);
401 remove_files(tmpfile, map_addr);
410 remove_files(tmpfile, map_addr);
427 if (remove_files(tmpfile, map_addr) == FAILED)
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
tmpfile.c 42 tmpfile.c 8.1 (Berkeley) 6/4/93
43 NetBSD: tmpfile.c,v 1.11 2003/08/07 16:43:33 agc Exp
61 tmpfile() function
  /external/ltp/testcases/network/stress/multicast/grp-operation/
mcast-lib.sh 105 local param_multi_socket ret tmpfile
111 tmpfile=$$
112 EXPECT_PASS $MCAST_LCMD $param_multi_socket -n $num -p $mprefix \> $tmpfile
113 tst_resm TINFO "joined $(grep groups $tmpfile)"
  /external/ltp/testcases/kernel/controllers/cpuset/
cpuset_regression_test.sh 48 grep -w cpuset /proc/mounts > tmpfile
50 root_cpuset_dir=$(cat tmpfile | awk '{print $2}')
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/
asm_test.go 37 tmpfile := filepath.Join(dir, "x.s")
38 err = ioutil.WriteFile(tmpfile, buf.Bytes(), 0644)
44 cmd := exec.Command(testenv.GoToolPath(t), "tool", "asm", "-o", filepath.Join(dir, "x.o"), tmpfile)
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/
asm_test.go 37 tmpfile := filepath.Join(dir, "x.s")
38 err = ioutil.WriteFile(tmpfile, buf.Bytes(), 0644)
44 cmd := exec.Command(testenv.GoToolPath(t), "tool", "asm", "-o", filepath.Join(dir, "x.o"), tmpfile)
  /system/extras/simpleperf/
cmd_kmem_test.cpp 76 std::unique_ptr<TemporaryFile> tmpfile; local
81 tmpfile.reset(new TemporaryFile);
82 out_file = tmpfile->path;
cmd_list.cpp 53 TemporaryFile tmpfile;
54 FILE* fp = fopen(tmpfile.path, "w");
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/x86/
issue19518_test.go 45 tmpfile, err := os.Create(filepath.Join(tmpdir, "input.s"))
49 defer tmpfile.Close()
50 _, err = tmpfile.WriteString(asmData)
  /prebuilts/go/linux-x86/src/cmd/internal/obj/x86/
issue19518_test.go 45 tmpfile, err := os.Create(filepath.Join(tmpdir, "input.s"))
49 defer tmpfile.Close()
50 _, err = tmpfile.WriteString(asmData)
  /prebuilts/ndk/r16/sources/cxx-stl/system/include/
cstdio 80 using ::tmpfile;
  /external/autotest/server/site_tests/audio_AudioQualityAfterSuspend/
audio_AudioQualityAfterSuspend.py 80 with tempfile.NamedTemporaryFile() as tmpfile:
81 file_utils.download_file(self.test_playback_file, tmpfile.name)
82 os.chmod(tmpfile.name, 0444)
83 self.host.send_file(tmpfile.name, host_file)
  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/
nm.exp 116 set tmpfile [remote_download host tmpdir/unique.o]
118 set tmpfile tmpdir/unique.o
121 set got [binutils_run $NM "$NMFLAGS -g $tmpfile"]
  /prebuilts/go/darwin-x86/src/mime/multipart/
formdata.go 99 fh.tmpfile = file.Name()
128 if fh.tmpfile != "" {
129 e := os.Remove(fh.tmpfile)
146 tmpfile string
155 return os.Open(fh.tmpfile)
  /prebuilts/go/linux-x86/src/mime/multipart/
formdata.go 99 fh.tmpfile = file.Name()
128 if fh.tmpfile != "" {
129 e := os.Remove(fh.tmpfile)
146 tmpfile string
155 return os.Open(fh.tmpfile)
  /external/scrypt/
import_scrypt.sh 259 declare -r tmpfile=$(mktemp)
260 (grep -e -D Makefile | grep -v CONFIGURE_ARGS= | grep -v OPTIONS=) > $tmpfile
262 declare -r ac_cflags=$(filter_by_egrep "^-D" $(grep -e "^CFLAG=" $tmpfile))
263 declare -r ac_depflags=$(filter_by_egrep "^-D" $(grep -e "^DEPFLAG=" $tmpfile))
264 rm -f $tmpfile
  /external/python/cpython3/
setup.py 408 tmpfile = os.path.join(self.build_temp, 'multiarch')
412 '%s -print-multiarch > %s 2> /dev/null' % (cc, tmpfile))
416 with open(tmpfile) as fp:
419 os.unlink(tmpfile)
433 tmpfile = os.path.join(self.build_temp, 'multiarch')
438 (opt, tmpfile))
441 with open(tmpfile) as fp:
448 os.unlink(tmpfile)
452 tmpfile = os.path.join(self.build_temp, 'gccpaths')
455 ret = os.system('%s -E -v - </dev/null 2>%s 1>/dev/null' % (gcc, tmpfile))
    [all...]

Completed in 1426 milliseconds

12 3 4 5 6