Home
last modified time | relevance | path

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

/device/google/trout/hal/dumpstate/aidl/1.0/
DDumpstateDevice.cpp62 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