Searched refs:CreateSocket (Results 1 – 4 of 4) sorted by relevance
/system/core/init/ |
D | util.h | 47 Result<int> CreateSocket(const std::string& name, int type, bool passcred, mode_t perm, uid_t uid,
|
D | service_utils.cpp | 170 auto result = CreateSocket(name, type | SOCK_CLOEXEC, passcred, perm, uid, gid, socket_context); in Create()
|
D | util.cpp | 89 Result<int> CreateSocket(const std::string& name, int type, bool passcred, mode_t perm, uid_t uid, in CreateSocket() function
|
D | property_service.cpp | 1346 if (auto result = CreateSocket(PROP_SERVICE_NAME, SOCK_STREAM | SOCK_CLOEXEC | SOCK_NONBLOCK, in StartPropertyService()
|