Home
last modified time | relevance | path

Searched refs:oneshot_ (Results 1 – 2 of 2) sorted by relevance

/system/core/init/
Daction.h69 bool oneshot() const { return oneshot_; } in oneshot()
86 bool oneshot_; variable
Daction.cpp53 : oneshot_(oneshot), filename_(filename), line_(line) {} in Action()