Searched refs:systemserverclasspath_arg (Results 1 – 1 of 1) sorted by relevance
195 let mut systemserverclasspath_arg = OsString::new(); in run_derive_classpath() localVariable196 systemserverclasspath_arg.push("--systemserverclasspath-fragment="); in run_derive_classpath()197 systemserverclasspath_arg.push(classpaths_root.join("systemserverclasspath.pb")); in run_derive_classpath()201 .arg(systemserverclasspath_arg) in run_derive_classpath()