Home
last modified time | relevance | path

Searched refs:CreateSocket (Results 1 – 4 of 4) sorted by relevance

/system/core/init/
Dutil.h47 Result<int> CreateSocket(const std::string& name, int type, bool passcred, bool should_listen,
Dservice_utils.cpp171 auto result = CreateSocket(name, type | SOCK_CLOEXEC, passcred, listen, perm, uid, gid, in Create()
Dutil.cpp89 Result<int> CreateSocket(const std::string& name, int type, bool passcred, bool should_listen, in CreateSocket() function
Dproperty_service.cpp1381 if (auto result = CreateSocket(PROP_SERVICE_NAME, SOCK_STREAM | SOCK_CLOEXEC | SOCK_NONBLOCK, in StartPropertyService()