Home
last modified time | relevance | path

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

/aosp_15_r20/external/jazzer-api/launcher/
H A Djvm_tooling.cpp214 const auto class_path_from_env = std::getenv("JAVA_FUZZER_CLASSPATH"); in GetClassPath() local
215 if (class_path_from_env) { in GetClassPath()
216 class_path += absl::StrCat(ARG_SEPARATOR, class_path_from_env); in GetClassPath()