Searched refs:supp_gids (Results 1 – 3 of 3) sorted by relevance
/system/core/init/ |
D | init_parser_test.cpp | 109 ASSERT_EQ(2U, svc->supp_gids().size()); in Test_make_exec_oneshot_service() 113 ASSERT_EQ(decoded_uid, svc->supp_gids()[0]); in Test_make_exec_oneshot_service() 115 ASSERT_EQ(decoded_uid, svc->supp_gids()[1]); in Test_make_exec_oneshot_service() 117 ASSERT_EQ(0U, svc->supp_gids().size()); in Test_make_exec_oneshot_service()
|
D | service.h | 72 const std::vector<gid_t>& supp_gids, const CapSet& capabilities, 101 const std::vector<gid_t>& supp_gids() const { return supp_gids_; } in supp_gids() function
|
D | service.cpp | 186 const std::vector<gid_t>& supp_gids, const CapSet& capabilities, in Service() argument 196 supp_gids_(supp_gids), 1055 std::vector<gid_t> supp_gids; in MakeExecOneshotService() local 1069 supp_gids.push_back(supp_gid); in MakeExecOneshotService() 1073 auto svc_p = std::make_unique<Service>(name, flags, uid, gid, supp_gids, no_capabilities, in MakeExecOneshotService()
|