Searched refs:SetUpPidNamespace (Results 1 – 2 of 2) sorted by relevance
136 Result<Success> SetUpPidNamespace() const;
144 Result<Success> Service::SetUpPidNamespace() const { in SetUpPidNamespace() function in android::init::Service991 if (auto result = SetUpPidNamespace(); !result) { in Start()