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

  /external/elfutils/0.153/libdwfl/
offline.c 287 const char *file_name, int fd, bool closefd,
292 Dwfl_Error error = __libdw_open_file (&fd, &elf, closefd, true);
302 if (closefd)
315 bool closefd = false;
318 closefd = true;
327 return __libdwfl_report_offline (dwfl, name, file_name, fd, closefd, NULL);
dwfl_report_elf.c 275 bool closefd = false; local
278 closefd = true;
288 Dwfl_Error error = __libdw_open_file (&fd, &elf, closefd, false);
300 if (closefd)
libdwflP.h 383 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 651 std::error_code init(int FD, bool CloseFD, uint64_t Offset);
677 /// ownership if closefd is true. It must have been opended in the correct
679 mapped_file_region(int fd, bool closefd, mapmode mode, uint64_t length,
  /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 267 milliseconds