Home
last modified time | relevance | path

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

/dports/devel/sccache/sccache-0.2.15/cargo-crates/daemonize-0.4.1/src/
H A Dlib.rs377 macro_rules! maptry { in start() macro
387 let pid_file_fd = maptry!(self.pid_file.clone(), create_pid_file); in start()
399 let uid = maptry!(self.user, get_user); in start()
400 let gid = maptry!(self.group, get_group); in start()
411 maptry!(args, |(pid, uid, gid)| chown_pid_file(pid, uid, gid)); in start()
416 maptry!(self.root, change_root); in start()
418 maptry!(gid, set_group); in start()
419 maptry!(uid, set_user); in start()
421 maptry!(pid_file_fd, write_pid_file); in start()
/dports/editors/kak-lsp/kak-lsp-11.1.0/cargo-crates/daemonize-0.4.1/src/
H A Dlib.rs377 macro_rules! maptry { in start() macro
387 let pid_file_fd = maptry!(self.pid_file.clone(), create_pid_file); in start()
399 let uid = maptry!(self.user, get_user); in start()
400 let gid = maptry!(self.group, get_group); in start()
411 maptry!(args, |(pid, uid, gid)| chown_pid_file(pid, uid, gid)); in start()
416 maptry!(self.root, change_root); in start()
418 maptry!(gid, set_group); in start()
419 maptry!(uid, set_user); in start()
421 maptry!(pid_file_fd, write_pid_file); in start()
/dports/security/acmed/acmed-0.18.0/cargo-crates/daemonize-0.4.1/src/
H A Dlib.rs377 macro_rules! maptry { in start() macro
387 let pid_file_fd = maptry!(self.pid_file.clone(), create_pid_file); in start()
399 let uid = maptry!(self.user, get_user); in start()
400 let gid = maptry!(self.group, get_group); in start()
411 maptry!(args, |(pid, uid, gid)| chown_pid_file(pid, uid, gid)); in start()
416 maptry!(self.root, change_root); in start()
418 maptry!(gid, set_group); in start()
419 maptry!(uid, set_user); in start()
421 maptry!(pid_file_fd, write_pid_file); in start()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/daemonize-0.4.1/src/
H A Dlib.rs377 macro_rules! maptry { in start() macro
387 let pid_file_fd = maptry!(self.pid_file.clone(), create_pid_file); in start()
399 let uid = maptry!(self.user, get_user); in start()
400 let gid = maptry!(self.group, get_group); in start()
411 maptry!(args, |(pid, uid, gid)| chown_pid_file(pid, uid, gid)); in start()
416 maptry!(self.root, change_root); in start()
418 maptry!(gid, set_group); in start()
419 maptry!(uid, set_user); in start()
421 maptry!(pid_file_fd, write_pid_file); in start()