Searched defs:closefd (Results 1 - 3 of 3) sorted by relevance

/external/elfutils/src/libdwfl/
H A Doffline.c269 const char *file_name, int fd, bool closefd,
274 Dwfl_Error error = __libdw_open_file (&fd, &elf, closefd, true);
284 if (closefd)
297 bool closefd = false;
300 closefd = true;
309 return __libdwfl_report_offline (dwfl, name, file_name, fd, closefd, NULL);
268 __libdwfl_report_offline(Dwfl *dwfl, const char *name, const char *file_name, int fd, bool closefd, int (*predicate) (const char *module, const char *file)) argument
H A Ddwfl_report_elf.c290 bool closefd = false; local
293 closefd = true;
303 Dwfl_Error error = __libdw_open_file (&fd, &elf, closefd, false);
315 if (closefd)
/external/libdrm/freedreno/
H A Dfreedreno_priv.h92 int closefd; /* call close(fd) upon destruction */ member in struct:fd_device

Completed in 182 milliseconds