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.c2062 bool okay; in time1() local
2070 t = time2(tmp, funcp, sp, offset, &okay); in time1()
2071 if (okay) in time1()
2109 t = time2(tmp, funcp, sp, offset, &okay); in time1()
2110 if (okay) in time1()
/bionic/docs/
Dnative_allocator.md369 current allocator. A small increase (on the order of a few MBs) would be okay.