Home
last modified time | relevance | path

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

/system/extras/iotop/
Dtaskstats.cpp32 std::unique_ptr<nl_sock, decltype(&nl_socket_free)> nl( in Open() local
34 if (!nl.get()) { in Open()
38 int ret = genl_connect(nl.get()); in Open()
43 int family_id = genl_ctrl_resolve(nl.get(), TASKSTATS_GENL_NAME); in Open()
48 nl_ = std::move(nl); in Open()
/system/core/debuggerd/
Dtombstone.cpp574 char* nl = msg + strlen(msg) - 1; in dump_log_file() local
575 while (nl >= msg && *nl == '\n') { in dump_log_file()
576 *nl-- = '\0'; in dump_log_file()
584 nl = strchr(msg, '\n'); in dump_log_file()
585 if (nl) { in dump_log_file()
586 *nl = '\0'; in dump_log_file()
587 ++nl; in dump_log_file()
593 } while ((msg = nl)); in dump_log_file()
/system/netd/server/
DSockDiag.cpp84 sockaddr_nl nl = { .nl_family = AF_NETLINK }; in open() local
85 if ((connect(mSock, reinterpret_cast<sockaddr *>(&nl), sizeof(nl)) == -1) || in open()
86 (connect(mWriteSock, reinterpret_cast<sockaddr *>(&nl), sizeof(nl)) == -1)) { in open()
/system/core/base/
Dlogging.cpp390 size_t nl = msg.find('\n', i); in ~LogMessage() local
391 msg[nl] = '\0'; in ~LogMessage()
394 i = nl + 1; in ~LogMessage()
/system/core/liblog/
Dpmsg_reader.c405 unsigned long long nl; in __android_log_pmsg_file_read() local
436 nl = 0; in __android_log_pmsg_file_read()
439 nl = strtoull(cp, NULL, 10); in __android_log_pmsg_file_read()
451 if (nr != nl) { in __android_log_pmsg_file_read()
452 compare = (nl > nr) ? 1 : -1; in __android_log_pmsg_file_read()
/system/core/healthd/
Dhealthd_mode_charger.cpp220 char *nl; in dump_last_kmsg() local
222 nl = (char *)memrchr(ptr, '\n', cnt - 1); in dump_last_kmsg()
223 if (nl) in dump_last_kmsg()
224 cnt = nl - ptr + 1; in dump_last_kmsg()
/system/media/audio_utils/
Dprimitives.c27 int32_t nl = l >> 12; in ditherAndClamp() local
29 l = clamp16(nl); in ditherAndClamp()
/system/ca-certificates/files/
D3d441de8.089 CPS: http://www.pkioverheid.nl/policies/root-policy-G2
/system/connectivity/shill/mobile_operator_db/
Dserviceproviders.prototxt10189 country : "nl"
10215 apn : "portalmmm.nl"
10231 country : "nl"
10250 country : "nl"
10257 apn : "portalmmm.nl"
10269 country : "nl"
10277 apn : "portalmmm.nl"
10290 country : "nl"
10297 apn : "data.lycamobile.nl"
10308 country : "nl"
[all …]