Searched refs:CreateSocket (Results 1 – 4 of 4) sorted by relevance
/aosp14/system/core/init/ |
H A D | util.h | 47 Result<int> CreateSocket(const std::string& name, int type, bool passcred, bool should_listen,
|
H A D | service_utils.cpp | 171 auto result = CreateSocket(name, type | SOCK_CLOEXEC, passcred, listen, perm, uid, gid, in Create()
|
H A D | util.cpp | 92 Result<int> CreateSocket(const std::string& name, int type, bool passcred, bool should_listen, in CreateSocket() function
|
H A D | property_service.cpp | 1496 if (auto result = CreateSocket(PROP_SERVICE_NAME, SOCK_STREAM | SOCK_CLOEXEC | SOCK_NONBLOCK, in StartPropertyService()
|