Home
last modified time | relevance | path

Searched defs:oneshot (Results 1 – 2 of 2) sorted by relevance

/system/core/init/
Daction.h76 bool oneshot() const { return oneshot_; } in oneshot() function
Daction.cpp99 Action::Action(bool oneshot, Subcontext* subcontext, const std::string& filename, int line, in Action()