Home
last modified time | relevance | path

Searched defs:SocketDescriptor (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/core/init/
H A Dservice_utils.h57 struct SocketDescriptor { struct
58 std::string name;
59 int type = 0;
60 uid_t uid = 0;
61 gid_t gid = 0;
62 int perm = 0;
63 std::string context;
64 bool passcred = false;
65 bool listen = false;
66 bool persist = false;
/aosp_15_r20/external/cronet/net/socket/
H A Dsocket_descriptor.h18 typedef UINT_PTR SocketDescriptor; typedef