Searched refs:class_path_from_env (Results 1 – 1 of 1) sorted by relevance
214 const auto class_path_from_env = std::getenv("JAVA_FUZZER_CLASSPATH"); in GetClassPath() local215 if (class_path_from_env) { in GetClassPath()216 class_path += absl::StrCat(ARG_SEPARATOR, class_path_from_env); in GetClassPath()