Searched refs:forEachIncompleteFile (Results 1 – 5 of 5) 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;
271 ErrorCode forEachIncompleteFile(const Control& control, Callback&& cb);
393 inline ErrorCode forEachIncompleteFile(const Control& control, Callback&& cb) { in forEachIncompleteFile() function
418 MOCK_CONST_METHOD2(forEachIncompleteFile, ErrorCode(const Control& control, FileCallback cb));