Searched refs:take (Results 1 - 9 of 9) sorted by relevance

/system/netd/libnetdutils/
H A DNetlink.cpp33 onMsg(hdr, drop(take(tail, len), sizeof(hdr)));
45 onAttr(hdr, drop(take(tail, len), sizeof(hdr)));
H A DSliceTest.cpp42 EXPECT_EQ(s1.base(), take(s1, kBytes).base());
43 EXPECT_EQ(kBytes, take(s1, kBytes).size());
H A DSyscalls.cpp146 return take(dst, rv);
H A DSyscallsTest.cpp164 const auto used = take(dst, 8);
/system/core/adb/
H A DAndroid.mk31 # CreateFile(), _tfopen(), etc. map to versions that take wchar_t*, breaking the
119 # this to take effect), this adds the includes to our path.
137 # this to take effect), this adds the includes to our path.
163 # this to take effect), this adds the includes to our path.
199 # this to take effect), this adds the includes to our path.
/system/netd/server/
H A DWakeupController.cpp65 prefix = toString(take(payload, payload.size() - 1));
H A DInterfaceControllerTest.cpp78 return take(buf, copy(buf, makeSlice(data)));
/system/netd/libnetdutils/include/netdutils/
H A DSlice.h102 inline const Slice take(const Slice s, size_t cut) { function in namespace:android::netdutils
/system/sepolicy/
H A DAndroid.mk106 # BOARD_SEPOLICY_VERS must take the format "NN.m" and contain the sepolicy

Completed in 130 milliseconds