HomeSort by relevance Sort by last modified time
    Searched refs:closefd (Results 1 - 10 of 10) sorted by null

  /external/elfutils/libdwfl/
offline.c 287 const char *file_name, int fd, bool closefd,
296 if (closefd)
309 bool closefd = false;
312 closefd = true;
321 return __libdwfl_report_offline (dwfl, name, file_name, fd, closefd, NULL);
dwfl_report_elf.c 265 bool closefd = false; local
268 closefd = true;
283 if (closefd)
libdwflP.h 313 int fd, bool closefd,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_io.py 518 closefd=False)
524 file = self.open(f.fileno(), "r", closefd=False)
531 # can't use closefd in combination with a file name
532 self.assertRaises(ValueError, self.open, support.TESTFN, "r", closefd=False)
538 self.assertEqual(f.buffer.raw.closefd, True)
539 file = self.open(f.fileno(), "r", closefd=False)
540 self.assertEqual(file.buffer.raw.closefd, False)
603 fileio = self.FileIO(f1.fileno(), closefd=False)
605 fileio.__init__(f2.fileno(), closefd=False)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_io.py 518 closefd=False)
524 file = self.open(f.fileno(), "r", closefd=False)
531 # can't use closefd in combination with a file name
532 self.assertRaises(ValueError, self.open, support.TESTFN, "r", closefd=False)
538 self.assertEqual(f.buffer.raw.closefd, True)
539 file = self.open(f.fileno(), "r", closefd=False)
540 self.assertEqual(file.buffer.raw.closefd, False)
603 fileio = self.FileIO(f1.fileno(), closefd=False)
605 fileio.__init__(f2.fileno(), closefd=False)
    [all...]
  /external/llvm/include/llvm/Support/
FileSystem.h 711 error_code init(int FD, bool CloseFD, uint64_t Offset);
742 /// ownership if closefd is true. It must have been opended in the correct
745 bool closefd,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tempfile.py 200 with _io.open(fd, 'wb', closefd=False) as fp:
_pyio.py 45 newline=None, closefd=True):
53 returned I/O object is closed, unless closefd is set to False.)
136 If closefd is False, the underlying file descriptor will be kept open
194 closefd)
235 "errors=None, newline=None, closefd=True)\n\n" +
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tempfile.py 200 with _io.open(fd, 'wb', closefd=False) as fp:
_pyio.py 45 newline=None, closefd=True):
53 returned I/O object is closed, unless closefd is set to False.)
136 If closefd is False, the underlying file descriptor will be kept open
194 closefd)
235 "errors=None, newline=None, closefd=True)\n\n" +
    [all...]

Completed in 479 milliseconds