Home | History | Annotate | Download | only in libnativehelper

Lines Matching full:system

101     errnoExceptionClass = findClass(env, "android/system/ErrnoException");
103 gaiExceptionClass = findClass(env, "android/system/GaiException");
113 netlinkSocketAddressClass = findClass(env, "android/system/NetlinkSocketAddress");
114 packetSocketAddressClass = findClass(env, "android/system/PacketSocketAddress");
117 socketTaggerClass = findClass(env, "dalvik/system/SocketTagger");
119 structAddrinfoClass = findClass(env, "android/system/StructAddrinfo");
120 structFlockClass = findClass(env, "android/system/StructFlock");
121 structGroupReqClass = findClass(env, "android/system/StructGroupReq");
122 structIfaddrs = findClass(env, "android/system/StructIfaddrs");
123 structLingerClass = findClass(env, "android/system/StructLinger");
124 structPasswdClass = findClass(env, "android/system/StructPasswd");
125 structPollfdClass = findClass(env, "android/system/StructPollfd");
126 structStatClass = findClass(env, "android/system/StructStat");
127 structStatVfsClass = findClass(env, "android/system/StructStatVfs");
128 structTimevalClass = findClass(env, "android/system/StructTimeval");
129 structTimespecClass = findClass(env, "android/system/StructTimespec");
130 structUcredClass = findClass(env, "android/system/StructUcred");
131 structUtsnameClass = findClass(env, "android/system/StructUtsname");
132 unixSocketAddressClass = findClass(env, "android/system/UnixSocketAddress");