Lines Matching refs:push
93 input_dir_fd_annotations.push(InputDirFdAnnotation { in odrefresh()
117 android_root.push(args.systemDirFd.to_string()); in odrefresh()
118 android_root.push("system"); in odrefresh()
124 system_ext_root.push(args.systemExtDirFd.to_string()); in odrefresh()
125 system_ext_root.push("system_ext"); in odrefresh()
149 .push(format!("--system-server-compiler-filter={}", args.systemServerCompilerFilter)); in odrefresh()
157 command_line_args.push(compile_flag.to_string()); in odrefresh()
192 bootclasspath_arg.push("--bootclasspath-fragment="); in run_derive_classpath()
193 bootclasspath_arg.push(classpaths_root.join("bootclasspath.pb")); in run_derive_classpath()
196 systemserverclasspath_arg.push("--systemserverclasspath-fragment="); in run_derive_classpath()
197 systemserverclasspath_arg.push(classpaths_root.join("systemserverclasspath.pb")); in run_derive_classpath()