Searched refs:is_updatable (Results 1 – 2 of 2) sorted by relevance
864 if (is_updatable() && !ServiceList::GetInstance().IsServicesUpdated()) { in ExecStart()888 if (is_updatable() && !ServiceList::GetInstance().IsServicesUpdated()) { in Start()1449 if (StartsWith(filename_, "/apex/") && !old_service->is_updatable()) { in EndSection()
128 bool is_updatable() const { return updatable_; } in is_updatable() function