Searched refs:logsFd (Results 1 – 2 of 2) sorted by relevance
875 auto logsFd = IncFs_GetControlFd(control, LOGS); in mountIncFs() local876 if (logsFd >= 0) { in mountIncFs()877 _aidl_return->log.emplace(unique_fd(dup(logsFd))); in mountIncFs()
1021 auto logsFd = control->logs; in IncFs_WaitForPageReads() local1022 if (logsFd < 0) { in IncFs_WaitForPageReads()1027 if (const auto res = waitForReads(logsFd, timeoutMs, pendingReads.data(), bufferSize)) { in IncFs_WaitForPageReads()