Home
last modified time | relevance | path

Searched refs:logsFd (Results 1 – 2 of 2) sorted by relevance

/system/vold/
DVoldNativeService.cpp875 auto logsFd = IncFs_GetControlFd(control, LOGS); in mountIncFs() local
876 if (logsFd >= 0) { in mountIncFs()
877 _aidl_return->log.emplace(unique_fd(dup(logsFd))); in mountIncFs()
/system/incremental_delivery/incfs/
Dincfs.cpp1021 auto logsFd = control->logs; in IncFs_WaitForPageReads() local
1022 if (logsFd < 0) { in IncFs_WaitForPageReads()
1027 if (const auto res = waitForReads(logsFd, timeoutMs, pendingReads.data(), bufferSize)) { in IncFs_WaitForPageReads()