HomeSort by relevance Sort by last modified time
    Searched refs:tmpfile (Results 51 - 75 of 229) sorted by null

1 23 4 5 6 7 8 910

  /toolchain/binutils/binutils-2.25/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"]
  /external/autotest/client/common_lib/cros/
arc.py 240 with tempfile.NamedTemporaryFile() as tmpfile:
241 adb_cmd('pull %s %s' % (pipes.quote(filename), pipes.quote(tmpfile.name)))
242 with open(tmpfile.name) as f:
254 with tempfile.NamedTemporaryFile() as tmpfile:
255 tmpfile.write(data)
256 tmpfile.flush()
258 adb_cmd('push %s %s' % (pipes.quote(tmpfile.name), pipes.quote(filename)))
  /prebuilts/go/darwin-x86/src/mime/multipart/
formdata.go 90 fh.tmpfile = file.Name()
116 if fh.tmpfile != "" {
117 e := os.Remove(fh.tmpfile)
133 tmpfile string
142 return os.Open(fh.tmpfile)
  /prebuilts/go/linux-x86/src/mime/multipart/
formdata.go 90 fh.tmpfile = file.Name()
116 if fh.tmpfile != "" {
117 e := os.Remove(fh.tmpfile)
133 tmpfile string
142 return os.Open(fh.tmpfile)
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/x86/
obj6_test.go 89 tmpfile, err := os.Create(filepath.Join(tmpdir, "input.s"))
93 defer tmpfile.Close()
94 _, err = tmpfile.WriteString(s)
100 "-o", filepath.Join(tmpdir, "output.6"), tmpfile.Name())
  /prebuilts/go/linux-x86/src/cmd/internal/obj/x86/
obj6_test.go 89 tmpfile, err := os.Create(filepath.Join(tmpdir, "input.s"))
93 defer tmpfile.Close()
94 _, err = tmpfile.WriteString(s)
100 "-o", filepath.Join(tmpdir, "output.6"), tmpfile.Name())
  /external/libpng/contrib/libtests/
timepng.c 423 fp = tmpfile();
425 /* Experimental. Coverity says tmpfile() is insecure because it
429 * any platform supporting mkstemp() undoubtedly has a secure tmpfile()
435 * says that most historic implementations of tmpfile() provide
440 char tmpfile[] = "timepng-XXXXXX";
443 filedes = mkstemp(tmpfile);
452 (void) unlink(tmpfile);
458 perror("tmpfile");
  /external/toybox/toys/pending/
syslogd.c 242 char *p, *tmpfile; local
248 tmpfile = xstrdup(tfd->filename + 1);
249 if ((p = strchr(tmpfile, ':'))) {
262 if (getaddrinfo(tmpfile, NULL, &rp, &info) || !info)
263 perror_exit("BAD ADDRESS: can't find : %s ", tmpfile);
269 free(tmpfile);
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 108 using _STLP_VENDOR_CSTD::tmpfile;
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 108 using _STLP_VENDOR_CSTD::tmpfile;
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 108 using _STLP_VENDOR_CSTD::tmpfile;
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Stdio.inf 66 tmpfile.c #
  /external/e2fsprogs/lib/ext2fs/
tst_badblocks.c 178 f = tmpfile();
233 f = tmpfile();
  /external/skia/tools/skpbench/
sheet.py 158 with open(pathname, mode='w') as tmpfile:
159 parser.print_csv(outfile=tmpfile)
  /external/libpng/contrib/gregbook/
wpng.c 160 FILE *tmpfile; /* or we could just use keybd, since no overlap */ local
209 tmpfile = fopen("/etc/config/system.glGammaVal", "r");
210 if (tmpfile) {
213 fgets(tmpline, 80, tmpfile);
214 fclose(tmpfile);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
platform.py 376 tmpfile = '' variable in class:_popen
386 self.tmpfile = tmpfile = tempfile.mktemp()
387 os.system(cmd + ' > %s' % tmpfile)
388 self.pipe = open(tmpfile,'rb')
409 if self.tmpfile:
411 remove(self.tmpfile)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
platform.py 376 tmpfile = '' variable in class:_popen
386 self.tmpfile = tmpfile = tempfile.mktemp()
387 os.system(cmd + ' > %s' % tmpfile)
388 self.pipe = open(tmpfile,'rb')
409 if self.tmpfile:
411 remove(self.tmpfile)
    [all...]
  /external/bison/darwin-lib/
stdio.h 1405 # undef tmpfile macro
    [all...]
  /external/bison/linux-lib/
stdio.h 1405 # undef tmpfile macro
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
platform.py 376 tmpfile = '' variable in class:_popen
386 self.tmpfile = tmpfile = tempfile.mktemp()
387 os.system(cmd + ' > %s' % tmpfile)
388 self.pipe = open(tmpfile,'rb')
409 if self.tmpfile:
411 remove(self.tmpfile)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
platform.py 376 tmpfile = '' variable in class:_popen
386 self.tmpfile = tmpfile = tempfile.mktemp()
387 os.system(cmd + ' > %s' % tmpfile)
388 self.pipe = open(tmpfile,'rb')
409 if self.tmpfile:
411 remove(self.tmpfile)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
platform.py 376 tmpfile = '' variable in class:_popen
386 self.tmpfile = tmpfile = tempfile.mktemp()
387 os.system(cmd + ' > %s' % tmpfile)
388 self.pipe = open(tmpfile,'rb')
409 if self.tmpfile:
411 remove(self.tmpfile)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
platform.py 376 tmpfile = '' variable in class:_popen
386 self.tmpfile = tmpfile = tempfile.mktemp()
387 os.system(cmd + ' > %s' % tmpfile)
388 self.pipe = open(tmpfile,'rb')
409 if self.tmpfile:
411 remove(self.tmpfile)
    [all...]
  /external/ImageMagick/scripts/
format_c_api_docs 329 my($infile, $tmpfile) = @_;
338 open( TMP, ">$tmpfile" ) || die("Failed to open \"$tmpfile\" for write\n" );
  /bionic/tests/
stdio_ext_test.cpp 81 FILE* fp = tmpfile();

Completed in 1379 milliseconds

1 23 4 5 6 7 8 910