MCPcopy Create free account
hub / github.com/MhmRdd/NoHello / isuserapp

Function isuserapp

module/src/main/cpp/utils.cpp:188–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188bool isuserapp(int uid) {
189 int appid = uid % AID_USER_OFFSET;
190 if (appid >= AID_APP_START && appid <= AID_APP_END)
191 return true;
192 if (appid >= AID_ISOLATED_START && appid <= AID_ISOLATED_END)
193 return true;
194 return false;
195}
196
197static int sendfd(int sockfd, int fd) {
198 int data;

Callers 1

preSpecializeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected