Searched defs:binFd (Results 1 – 1 of 1) sorted by relevance
62 static void tryDumpDirAsTar(int textFd, int binFd, const fs::path& dirToDump) { in tryDumpDirAsTar()139 bool DumpstateDevice::dumpHelperSystem(int textFd, int binFd) { in dumpHelperSystem()249 const int binFd = in_fds.size() >= 2 ? in_fds[1].get() : -1; in dumpstateBoard() local