Lines Matching refs:ErrorCode
386 ErrorCode(const Control& control, std::string_view path, int mode, FileId id,
389 ErrorCode(const Control& control, std::string_view path, int mode,
391 MOCK_CONST_METHOD3(makeDir, ErrorCode(const Control& control, std::string_view path, int mode));
393 ErrorCode(const Control& control, std::string_view path, int mode));
405 ErrorCode(const Control& control, std::string_view from,
407 MOCK_CONST_METHOD2(unlink, ErrorCode(const Control& control, std::string_view path));
409 MOCK_CONST_METHOD1(writeBlocks, ErrorCode(std::span<const DataBlock> blocks));
410 MOCK_CONST_METHOD3(reserveSpace, ErrorCode(const Control& control, FileId id, IncFsSize size));
415 ErrorCode(const Control& control,
417 MOCK_CONST_METHOD2(forEachFile, ErrorCode(const Control& control, FileCallback cb));
418 MOCK_CONST_METHOD2(forEachIncompleteFile, ErrorCode(const Control& control, FileCallback cb));
2057 static ErrorCode checkPerUidTimeouts(const Control& control, in checkPerUidTimeouts()
2065 static ErrorCode checkPerUidTimeoutsEmpty( in checkPerUidTimeoutsEmpty()