Home
last modified time | relevance | path

Searched refs:owned (Results 1 – 25 of 37) sorted by relevance

12

/system/core/libsysutils/include/sysutils/
DSocketClient.h32 SocketClient(int sock, bool owned);
33 SocketClient(int sock, bool owned, bool useCmdNum);
76 void init(int socket, bool owned, bool useCmdNum);
/system/core/libsysutils/src/
DSocketClient.cpp35 SocketClient::SocketClient(int socket, bool owned) { in SocketClient() argument
36 init(socket, owned, false); in SocketClient()
39 SocketClient::SocketClient(int socket, bool owned, bool useCmdNum) { in SocketClient() argument
40 init(socket, owned, useCmdNum); in SocketClient()
43 void SocketClient::init(int socket, bool owned, bool useCmdNum) { in init() argument
45 mSocketOwned = owned; in init()
/system/sepolicy/prebuilts/api/27.0/public/
Dvdc.te17 # vdc information is written to shell owned bugreport files
Dkernel.te101 # the kernel should not be accessing files owned by other users.
Dnetd.te14 # triggered by chmod on a directory or file owned by a group other
/system/sepolicy/prebuilts/api/26.0/public/
Dvdc.te17 # vdc information is written to shell owned bugreport files
Dnetd.te14 # triggered by chmod on a directory or file owned by a group other
Dkernel.te100 # the kernel should not be accessing files owned by other users.
Dattributes130 # All socket devices owned by core domain components
/system/core/logd/
Dlogd.rc28 write /dev/event-log-tags "# content owned by logd
/system/security/keystore-engine/
DAndroid.bp45 // owned by the WiFi user to perform signing operations.
/system/sepolicy/private/
Dapexd.te67 # /dev/cpuset/tasks is owned by system.
Dproperty_contexts173 # ro.boot. properties are set based on kernel commandline arguments, which are vendor owned.
/system/sepolicy/prebuilts/api/28.0/public/
Dkernel.te102 # the kernel should not be accessing files owned by other users.
Dnetd.te15 # triggered by chmod on a directory or file owned by a group other
Dattributes141 # All socket devices owned by core domain components
/system/sepolicy/prebuilts/api/29.0/private/
Dapexd.te67 # /dev/cpuset/tasks is owned by system.
Dproperty_contexts173 # ro.boot. properties are set based on kernel commandline arguments, which are vendor owned.
/system/sepolicy/prebuilts/api/29.0/public/
Dkernel.te127 # the kernel should not be accessing files owned by other users.
Dnetd.te15 # triggered by chmod on a directory or file owned by a group other
Dattributes152 # All socket devices owned by core domain components
/system/sepolicy/public/
Dkernel.te127 # the kernel should not be accessing files owned by other users.
Dnetd.te15 # triggered by chmod on a directory or file owned by a group other
Dattributes152 # All socket devices owned by core domain components
/system/netd/resolv/
DREADME.md24 `DnsTlsQueryMap` and `DnsTlsSessionCache` are helper classes owned by `DnsTlsTransport`.

12