Home
last modified time | relevance | path

Searched refs:passcred (Results 1 – 9 of 9) sorted by relevance

/aosp14/system/core/libcutils/
H A Duevent.cpp95 int uevent_open_socket(int buf_sz, bool passcred) { in uevent_open_socket() argument
97 int on = passcred; in uevent_open_socket()
/aosp14/system/core/libcutils/include/cutils/
H A Duevent.h27 int uevent_open_socket(int buf_sz, bool passcred);
/aosp14/system/core/libcutils/include_outside_system/cutils/
H A Duevent.h27 int uevent_open_socket(int buf_sz, bool passcred);
/aosp14/system/core/init/
H A Dservice_utils.h64 bool passcred = false; member
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() argument
121 if (passcred) { in CreateSocket()
H A Dservice_parser.cpp444 socket.passcred = true; in ParseSocket()
H A DREADME.md384 _type_ must be "dgram", "stream" or "seqpacket". _type_ may end with "+passcred"