Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/
H A Dprocess_common.rs546 let mut debug_command = f.debug_struct("Command"); in fmt() localVariable
547 debug_command.field("program", &self.program).field("args", &self.args); in fmt()
549 debug_command.field("env", &self.env); in fmt()
553 debug_command.field("cwd", &self.cwd); in fmt()
556 debug_command.field("uid", &self.uid); in fmt()
559 debug_command.field("gid", &self.gid); in fmt()
563 debug_command.field("groups", &self.groups); in fmt()
567 debug_command.field("stdin", &self.stdin); in fmt()
570 debug_command.field("stdout", &self.stdout); in fmt()
573 debug_command.field("stderr", &self.stderr); in fmt()
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/
H A Dprocess_common.rs546 let mut debug_command = f.debug_struct("Command"); in fmt() localVariable
547 debug_command.field("program", &self.program).field("args", &self.args); in fmt()
549 debug_command.field("env", &self.env); in fmt()
553 debug_command.field("cwd", &self.cwd); in fmt()
556 debug_command.field("uid", &self.uid); in fmt()
559 debug_command.field("gid", &self.gid); in fmt()
563 debug_command.field("groups", &self.groups); in fmt()
567 debug_command.field("stdin", &self.stdin); in fmt()
570 debug_command.field("stdout", &self.stdout); in fmt()
573 debug_command.field("stderr", &self.stderr); in fmt()
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/
H A Dprocess_common.rs546 let mut debug_command = f.debug_struct("Command"); in fmt() localVariable
547 debug_command.field("program", &self.program).field("args", &self.args); in fmt()
549 debug_command.field("env", &self.env); in fmt()
553 debug_command.field("cwd", &self.cwd); in fmt()
556 debug_command.field("uid", &self.uid); in fmt()
559 debug_command.field("gid", &self.gid); in fmt()
563 debug_command.field("groups", &self.groups); in fmt()
567 debug_command.field("stdin", &self.stdin); in fmt()
570 debug_command.field("stdout", &self.stdout); in fmt()
573 debug_command.field("stderr", &self.stderr); in fmt()
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/
H A Dprocess_common.rs546 let mut debug_command = f.debug_struct("Command"); in fmt() localVariable
547 debug_command.field("program", &self.program).field("args", &self.args); in fmt()
549 debug_command.field("env", &self.env); in fmt()
553 debug_command.field("cwd", &self.cwd); in fmt()
556 debug_command.field("uid", &self.uid); in fmt()
559 debug_command.field("gid", &self.gid); in fmt()
563 debug_command.field("groups", &self.groups); in fmt()
567 debug_command.field("stdin", &self.stdin); in fmt()
570 debug_command.field("stdout", &self.stdout); in fmt()
573 debug_command.field("stderr", &self.stderr); in fmt()
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/
H A Dprocess_common.rs546 let mut debug_command = f.debug_struct("Command"); in fmt() localVariable
547 debug_command.field("program", &self.program).field("args", &self.args); in fmt()
549 debug_command.field("env", &self.env); in fmt()
553 debug_command.field("cwd", &self.cwd); in fmt()
556 debug_command.field("uid", &self.uid); in fmt()
559 debug_command.field("gid", &self.gid); in fmt()
563 debug_command.field("groups", &self.groups); in fmt()
567 debug_command.field("stdin", &self.stdin); in fmt()
570 debug_command.field("stdout", &self.stdout); in fmt()
573 debug_command.field("stderr", &self.stderr); in fmt()
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unsupported/
H A Dprocess.rs143 let mut debug_command = f.debug_struct("Command"); in fmt() localVariable
144 debug_command.field("program", &self.program).field("args", &self.args); in fmt()
146 debug_command.field("env", &self.env); in fmt()
150 debug_command.field("cwd", &self.cwd); in fmt()
154 debug_command.field("stdin", &self.stdin); in fmt()
157 debug_command.field("stdout", &self.stdout); in fmt()
160 debug_command.field("stderr", &self.stderr); in fmt()
163 debug_command.finish() in fmt()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unsupported/
H A Dprocess.rs143 let mut debug_command = f.debug_struct("Command"); in fmt() localVariable
144 debug_command.field("program", &self.program).field("args", &self.args); in fmt()
146 debug_command.field("env", &self.env); in fmt()
150 debug_command.field("cwd", &self.cwd); in fmt()
154 debug_command.field("stdin", &self.stdin); in fmt()
157 debug_command.field("stdout", &self.stdout); in fmt()
160 debug_command.field("stderr", &self.stderr); in fmt()
163 debug_command.finish() in fmt()
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unsupported/
H A Dprocess.rs143 let mut debug_command = f.debug_struct("Command"); in fmt() localVariable
144 debug_command.field("program", &self.program).field("args", &self.args); in fmt()
146 debug_command.field("env", &self.env); in fmt()
150 debug_command.field("cwd", &self.cwd); in fmt()
154 debug_command.field("stdin", &self.stdin); in fmt()
157 debug_command.field("stdout", &self.stdout); in fmt()
160 debug_command.field("stderr", &self.stderr); in fmt()
163 debug_command.finish() in fmt()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unsupported/
H A Dprocess.rs143 let mut debug_command = f.debug_struct("Command"); in fmt() localVariable
144 debug_command.field("program", &self.program).field("args", &self.args); in fmt()
146 debug_command.field("env", &self.env); in fmt()
150 debug_command.field("cwd", &self.cwd); in fmt()
154 debug_command.field("stdin", &self.stdin); in fmt()
157 debug_command.field("stdout", &self.stdout); in fmt()
160 debug_command.field("stderr", &self.stderr); in fmt()
163 debug_command.finish() in fmt()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/unsupported/
H A Dprocess.rs143 let mut debug_command = f.debug_struct("Command"); in fmt() localVariable
144 debug_command.field("program", &self.program).field("args", &self.args); in fmt()
146 debug_command.field("env", &self.env); in fmt()
150 debug_command.field("cwd", &self.cwd); in fmt()
154 debug_command.field("stdin", &self.stdin); in fmt()
157 debug_command.field("stdout", &self.stdout); in fmt()
160 debug_command.field("stderr", &self.stderr); in fmt()
163 debug_command.finish() in fmt()
/aosp_15_r20/external/bcc/tests/python/
H A Dtest_debuginfo.py51 self.debug_command()
93 def debug_command(self): member in TestDebuglink
121 def debug_command(self): member in TestBuildid