Home
last modified time | relevance | path

Searched defs:State (Results 1 – 3 of 3) sorted by relevance

/bootable/recovery/edify/include/edify/
Dexpr.h32 struct State { struct
36 const std::string& script;
39 UpdaterInterface* updater;
44 std::string errmsg;
71 using Function = Value* (*)(const char* name, State* state, argument
/bootable/recovery/updater/
Dupdate_simulator_main.cpp47 Value* SimulatorPlaceHolderFn(const char* name, State* /* state */, in SimulatorPlaceHolderFn() argument
/bootable/recovery/edify/
Dexpr.cpp424 State::State(const std::string& script, UpdaterInterface* interface) in State() function in State