Home
last modified time | relevance | path

Searched refs:okay (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/bionic/
Dnet_if.cpp112 bool okay = nc.SendRequest(RTM_GETLINK) && nc.ReadResponses(__if_nameindex_callback, &list); in if_nameindex() local
113 if (!okay) { in if_nameindex()
/bionic/libc/tzcode/
Dlocaltime.c2265 bool okay; in time1() local
2273 t = time2(tmp, funcp, sp, offset, &okay); in time1()
2274 if (okay) in time1()
2312 t = time2(tmp, funcp, sp, offset, &okay); in time1()
2313 if (okay) in time1()
/bionic/docs/
Dnative_allocator.md369 current allocator. A small increase (on the order of a few MBs) would be okay.