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

  /external/honggfuzz/libcommon/
files.c 50 PLOG_W("Couldn't open '%s' for R/O", fileName);
67 PLOG_W("Couldn't open '%s' for R/W", fileName);
73 PLOG_W("Couldn't write '%zu' bytes to file '%s' (fd='%d')", fileSz, fileName, fd);
120 PLOG_W("Couldn't allocate memory");
211 PLOG_W("Couldn't fstat(fd='%d' fileName='%s')", inFD, source);
229 PLOG_W("malloc(%zu) failed", (size_t)inSt.st_size);
237 PLOG_W("Couldn't read '%s' to a buf", source);
245 PLOG_W("Couldn't write '%zu' bytes to file '%s' (fd='%d')", (size_t)readSz, destination,
269 PLOG_W("Couldn't open '%s' - R/O mode", srcFile);
287 PLOG_W("realloc failed (sz=%zu)", (symbolsRead + 1) * sizeof((*filterList)[0]))
    [all...]
log.h 67 #define PLOG_W(...) \
util.c 64 PLOG_W("realloc(%p, %zu)", ptr, sz);
206 PLOG_W("Couldn't open '%s'", inputFile);
  /external/honggfuzz/
input.c 65 PLOG_W("readdir('%s')", hfuzz->io.inputDir);
136 PLOG_W("readdir_r('%s')", run->global->io.inputDir);
175 PLOG_W("open('%s', O_DIRECTORY|O_RDONLY|O_CLOEXEC)", hfuzz->io.inputDir);
180 PLOG_W("opendir('%s')", hfuzz->io.inputDir);
195 PLOG_W("Couldn't open '%s' - R/O mode", hfuzz->dictionaryFile);
245 PLOG_W("Couldn't open '%s' - R/O mode", hfuzz->blacklistFile);
261 PLOG_W(
subproc.c 143 PLOG_W("files_sendToSocketNB(len=%zu)", sizeof(len));
147 PLOG_W("files_sendToSocketNB(len=%zu)", run->dynamicFileSz);
163 PLOG_W("Couldn't enforce the RLIMIT_AS resource limit, ignoring");
173 PLOG_W("Couldn't enforce the RLIMIT_RSS resource limit, ignoring");
183 PLOG_W("Couldn't enforce the RLIMIT_DATA resource limit, ignoring");
226 PLOG_W("sigprocmask(empty_set)");
250 PLOG_W("socketpair(AF_UNIX, SOCK_STREAM, 0, sv)");
345 PLOG_W("sigprocmask(empty_set)");
  /external/honggfuzz/libhfuzz/
persistent.c 100 PLOG_W("Cannot open '%s' as input, using stdin", argv[argc - 1]);
  /external/honggfuzz/linux/
unwind.c 80 PLOG_W("malloc(size='%zu')", sizeof(procMap_t));
97 PLOG_W("realloc failed (sz=%zu)", (*mapsCount + 1) * sizeof(procMap_t));
perf.c 190 PLOG_W(
207 PLOG_W(
trace.c 341 PLOG_W("Couldn't PT_READ_D on pid %d, addr: %p", pid, addr);
659 PLOG_W("Couldn't get siginfo for pid %d", pid);
    [all...]
arch.c 112 PLOG_W("prctl(PR_SET_PDEATHSIG, SIGKILL)");
  /external/honggfuzz/posix/
arch.c 218 PLOG_W("waitpid(pid=%d)", run->pid);

Completed in 227 milliseconds