Searched defs:binFd (Results 1 – 1 of 1) sorted by relevance
59 static void tryDumpDirAsTar(int textFd, int binFd, const fs::path& dirToDump) { in tryDumpDirAsTar()136 bool DumpstateDevice::dumpHelperSystem(int textFd, int binFd) { in dumpHelperSystem()254 const int binFd = handle->numFds >= 2 ? handle->data[1] : -1; in dumpstateBoard_1_1() local