Home | History | Annotate | Download | only in qtaguid

Lines Matching refs:buff

69     char *buff;
76 vasprintf(&buff, fmt, argp);
78 res = write(ctrl, buff, strlen(buff));
79 testPrintI("cmd: '%s' res=%d %d/%s", buff, res, errno, strerror(errno));
81 free(buff);
152 std::string buff = android::base::StringPrintf(" tag=0x%" PRIx64 " (uid=%u)", full_tag, uid);
154 buff = android::base::StringPrintf("sock=%" PRIxPTR, (uintptr_t)addr) + buff;
157 testPrintI("looking for '%s'", buff.c_str());
162 pos = ctrl_data.find(buff);