Home
last modified time | relevance | path

Searched refs:libEnvLoc (Results 1 – 1 of 1) sorted by relevance

/external/honggfuzz/hfuzz_cc/
Dhfuzz-cc.c208 const char* libEnvLoc = getenv(env); in getLibPath() local
209 if (libEnvLoc) { in getLibPath()
210 snprintf(path, PATH_MAX, "%s", libEnvLoc); in getLibPath()