HomeSort by relevance Sort by last modified time
    Searched defs:towrite (Results 1 - 6 of 6) sorted by null

  /system/vold/
CheckEncryption.cpp 74 auto towrite = os.str(); local
83 if (!WriteStringToFile(towrite, needle)) {
  /frameworks/base/libs/hwui/tests/macrobench/
main.cpp 124 int towrite = snprintf(buffer, BUF_SIZE, "%ld", (long)pid); local
125 if (towrite >= BUF_SIZE) {
128 if (write(fd, buffer, towrite) != towrite) {
  /external/libmtp/src/
libopenusb1-glue.c 951 unsigned long towrite = 0; local
1165 unsigned long towrite; local
    [all...]
libusb-glue.c 968 unsigned long towrite = 0; local
980 towrite = size-curwrite;
981 if (towrite > CONTEXT_BLOCK_SIZE) {
982 towrite = CONTEXT_BLOCK_SIZE;
985 if (towrite > ptp_usb->outep_maxpacket && towrite % ptp_usb->outep_maxpacket != 0) {
986 towrite -= towrite % ptp_usb->outep_maxpacket;
989 int getfunc_ret = handler->getfunc(NULL, handler->priv,towrite,bytes,&towrite);
1157 unsigned long towrite; local
    [all...]
libusb1-glue.c 984 unsigned long towrite = 0; local
998 towrite = size-curwrite;
999 if (towrite > CONTEXT_BLOCK_SIZE) {
1000 towrite = CONTEXT_BLOCK_SIZE;
1003 if (towrite > ptp_usb->outep_maxpacket && towrite % ptp_usb->outep_maxpacket != 0) {
1004 towrite -= towrite % ptp_usb->outep_maxpacket;
1007 int getfunc_ret = handler->getfunc(NULL, handler->priv,towrite,bytes,&towrite);
1182 unsigned long towrite; local
    [all...]
  /external/libevent/test/
regress.c 1917 int towrite = (int)strlen(TEST1)+1; local
    [all...]

Completed in 253 milliseconds