Searched refs:forEachIncompleteFile (Results 1 – 3 of 3) sorted by relevance
262 ErrorCode forEachIncompleteFile(const Control& control, FileCallback cb) const final { in forEachIncompleteFile() function in android::incremental::RealIncFs263 return incfs::forEachIncompleteFile(control, [&](auto& control, FileId id) { in forEachIncompleteFile()
129 virtual ErrorCode forEachIncompleteFile(const Control& control, FileCallback cb) const = 0;
418 MOCK_CONST_METHOD2(forEachIncompleteFile, ErrorCode(const Control& control, FileCallback cb));