Searched refs:cc_path (Results 1 – 1 of 1) sorted by relevance
138 const char* cc_path = getenv("HFUZZ_CC_PATH"); in execCC() local139 if (cc_path != NULL) { in execCC()140 hf_execvp(cc_path, argv); in execCC()141 PLOG_E("execvp('%s')", cc_path); in execCC()