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

  /external/honggfuzz/libhfcommon/
files.h 41 extern bool files_writeToFd(int fd, const uint8_t* buf, size_t fileSz);
files.c 75 bool ret = files_writeToFd(fd, buf, fileSz);
98 if (!files_writeToFd(fd, buf, fileSz)) {
111 bool files_writeToFd(int fd, const uint8_t* buf, size_t fileSz) {
124 return files_writeToFd(fd, (const uint8_t*)str, strlen(str));
162 int ret = files_writeToFd(fd, buf, size);
280 if (files_writeToFd(outFD, inFileBuf, readSz) == false) {
  /external/honggfuzz/libhfuzz/
fetch.c 38 if (!files_writeToFd(_HF_PERSISTENT_FD, &HFReadyTag, sizeof(HFReadyTag))) {
  /external/honggfuzz/hfuzz_cc/
hfuzz-cc.c 235 if (!files_writeToFd(fd, start, len)) {
  /external/honggfuzz/
fuzz.c 297 if (!files_writeToFd(fd, run->dynamicFile, run->dynamicFileSz)) {
  /external/honggfuzz/linux/
trace.c     [all...]

Completed in 105 milliseconds