Lines Matching refs:push
58 path.push(remote_fd_name.to_string()); in openFile()
135 args.push(OsString::from("-o")); in run_authfs()
136 args.push(OsString::from("fscontext=u:object_r:authfs_fuse:s0")); in run_authfs()
140 args.push(OsString::from("--remote-ro-file-unverified")); in run_authfs()
141 args.push(OsString::from(conf.fd.to_string())); in run_authfs()
144 args.push(OsString::from("--remote-new-rw-file")); in run_authfs()
145 args.push(OsString::from(conf.fd.to_string())); in run_authfs()
148 args.push(OsString::from("--remote-ro-dir")); in run_authfs()
149 args.push(OsString::from(format!("{}:{}:{}", conf.fd, conf.manifestPath, conf.prefix))); in run_authfs()
152 args.push(OsString::from("--remote-new-rw-dir")); in run_authfs()
153 args.push(OsString::from(conf.fd.to_string())); in run_authfs()
156 args.push(OsString::from("--debug")); in run_authfs()