Flutter Engine
The Flutter Engine
|
Go to the source code of this file.
Enumerations | |
enum class | ResultCode { kSuccess = 0 , kCompileError = 1 , kInputError = 2 , kOutputError = 3 , kConfigurationError = 4 } |
Functions | |
ResultCode | ProcessWorklist (const char *worklistPath, const std::function< ResultCode(SkSpan< std::string > args)> &processCommandFn) |
|
strong |
Enumerator | |
---|---|
kSuccess | |
kCompileError | |
kInputError | |
kOutputError | |
kConfigurationError |
Definition at line 16 of file ProcessWorklist.h.
ResultCode ProcessWorklist | ( | const char * | worklistPath, |
const std::function< ResultCode(SkSpan< std::string > args)> & | processCommandFn | ||
) |
Processes multiple inputs in a single invocation by reading a worklist file. The processCommand is invoked with a set of arguments, read from the worklist. A blank line is used to separate one group of arguments from the next group.
Definition at line 15 of file ProcessWorklist.cpp.