Home
last modified time | relevance | path

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

/packages/modules/Virtualization/compos/src/
Dcompilation.rs195 let mut systemserverclasspath_arg = OsString::new(); in run_derive_classpath() localVariable
196 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()