Searched refs:passcred (Results 1 – 9 of 9) sorted by relevance
/aosp14/system/core/libcutils/ |
H A D | uevent.cpp | 95 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 D | uevent.h | 27 int uevent_open_socket(int buf_sz, bool passcred);
|
/aosp14/system/core/libcutils/include_outside_system/cutils/ |
H A D | uevent.h | 27 int uevent_open_socket(int buf_sz, bool passcred);
|
/aosp14/system/core/init/ |
H A D | service_utils.h | 64 bool passcred = false; member
|
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() argument 121 if (passcred) { in CreateSocket()
|
H A D | service_parser.cpp | 444 socket.passcred = true; in ParseSocket()
|
H A D | README.md | 384 _type_ must be "dgram", "stream" or "seqpacket". _type_ may end with "+passcred"
|