Home
last modified time | relevance | path

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

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