Home
last modified time | relevance | path

Searched defs:binFd (Results 1 – 1 of 1) sorted by relevance

/device/google/trout/hal/dumpstate/1.1/
DDumpstateDevice.cpp59 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