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

  /external/honggfuzz/
subproc.h 36 extern bool subproc_PrepareExecv(run_t* run, const char* fileName);
subproc.c 153 bool subproc_PrepareExecv(run_t* run, const char* fileName) {
285 if (!subproc_PrepareExecv(run, run->fileName)) {
286 LOG_E("subproc_PrepareExecv() failed");

Completed in 419 milliseconds