Searched refs:vsock_guest_group (Results 1 – 4 of 4) sorted by relevance
59 if (i.vsock_guest_group().length()) { in Commands()60 isolation_groups = ",groups=" + i.vsock_guest_group(); in Commands()
445 vsock_guest_group, CF_DEFAULTS_VSOCK_GUEST_GROUP,1107 CF_EXPECT(GET_FLAG_STR_VALUE(vsock_guest_group)); in InitializeCuttlefishConfiguration()1453 const auto vsock_guest_group = vsock_guest_group_vec[instance_index]; in InitializeCuttlefishConfiguration() local1454 instance.set_vsock_guest_group(vsock_guest_group); in InitializeCuttlefishConfiguration()
361 std::string vsock_guest_group() const;740 void set_vsock_guest_group(const std::string& vsock_guest_group);
1568 std::string CuttlefishConfig::InstanceSpecific::vsock_guest_group() const { in vsock_guest_group() function in cuttlefish::CuttlefishConfig::InstanceSpecific1572 const std::string& vsock_guest_group) { in set_vsock_guest_group() argument1573 (*Dictionary())[kVsockGuestGroup] = vsock_guest_group; in set_vsock_guest_group()