Searched refs:libEnvLoc (Results 1 – 1 of 1) sorted by relevance
208 const char* libEnvLoc = getenv(env); in getLibPath() local209 if (libEnvLoc) { in getLibPath()210 snprintf(path, PATH_MAX, "%s", libEnvLoc); in getLibPath()