Home
last modified time | relevance | path

Searched refs:NumCommands (Results 1 – 5 of 5) sorted by relevance

/aosp14/system/core/init/
H A Daction.h68 size_t NumCommands() const;
H A Daction_manager.cpp100 if (current_command_ == action->NumCommands()) { in ExecuteOneCommand()
H A Daction_parser.cpp174 if (action_ && action_->NumCommands() > 0) { in EndSection()
H A Daction.cpp130 std::size_t Action::NumCommands() const { in NumCommands() function in android::init::Action
H A Dservice_parser.cpp281 int line = service_->onrestart_.NumCommands() + 1; in ParseOnrestart()