Home
last modified time | relevance | path

Searched refs:wrote (Results 1 – 4 of 4) sorted by relevance

/system/tools/aidl/tests/
Daidl_test_client_file_descriptors.cpp57 int wrote; in DoWrite() local
59 while ((wrote = write(fd.get(), buf.data(), buf.size())) < 0 && errno == EINTR); in DoWrite()
61 if (wrote == (signed)buf.size()) { in DoWrite()
65 if (wrote < 0) { in DoWrite()
/system/bt/vendor_libs/linux/interface/
Dbluetooth_hci.cc146 ssize_t wrote; in waitHciDev() local
147 WRITE_NO_INTR(wrote = write(fd, &ev, 6)); in waitHciDev()
148 if (wrote != 6) { in waitHciDev()
/system/bt/hci/src/
Dhci_layer_linux.cc314 ssize_t wrote; in wait_hcidev() local
315 OSI_NO_INTR(wrote = write(fd, &ev, 6)); in wait_hcidev()
316 if (wrote != 6) { in wait_hcidev()
/system/sepolicy/tools/fc_sort/
DNOTICE122 entire whole, and thus to each and every part regardless of who wrote it.