Home
last modified time | relevance | path

Searched refs:cmdline (Results 1 – 25 of 109) sorted by relevance

12345

/external/valgrind/none/tests/
Dprocfs-linux.stderr.exp-with-readlinkat2 /proc/self/cmdline:
3 ./procfs-cmdline-exe\0arg1\0arg 2\0arg3\0
4 /proc/<pid>/cmdline:
5 ./procfs-cmdline-exe\0arg1\0arg 2\0arg3\0
6 Result of readlink("/proc/self/exe"): procfs-cmdline-exe
7 Result of readlink("/proc/<pid>/exe"): procfs-cmdline-exe
8 Result of readlinkat("/proc/self/exe"): procfs-cmdline-exe
9 Result of readlinkat("/proc/<pid>/exe"): procfs-cmdline-exe
Dprocfs-linux.stderr.exp-without-readlinkat2 /proc/self/cmdline:
3 ./procfs-cmdline-exe\0arg1\0arg 2\0arg3\0
4 /proc/<pid>/cmdline:
5 ./procfs-cmdline-exe\0arg1\0arg 2\0arg3\0
6 Result of readlink("/proc/self/exe"): procfs-cmdline-exe
7 Result of readlink("/proc/<pid>/exe"): procfs-cmdline-exe
Dprocfs-non-linux.vgtest2 # For Solaris, there is Solaris-specific 'solaris/proc-cmdline-exe'.
5 prog: procfs-cmdline-exe
Dprocfs-non-linux.stderr.exp-without-readlinkat2 /proc/self/cmdline:
4 /proc/<pid>/cmdline:
/external/toybox/toys/other/
Dswitch_root.c46 char *newroot = *toys.optargs, **cmdline = toys.optargs+1; in switch_root_main() local
73 while (**cmdline == '/') (*cmdline)++; in switch_root_main()
76 if (stat(*cmdline, &st1) || !S_ISREG(st1.st_mode) || !(st1.st_mode&0100)) { in switch_root_main()
112 execv(*cmdline, cmdline); in switch_root_main()
113 perror_msg("Failed to exec '%s'", *cmdline); in switch_root_main()
/external/autotest/client/site_tests/security_Minijail_seccomp/
Dsecurity_Minijail_seccomp.py26 cmdline = '/sbin/minijail0'
29 cmdline += ' -u %s' % jail.user
32 cmdline += ' -n'
34 cmdline += ' -S %s/%s %s/%s' % (self.bindir, jail.policy,
38 cmdline += ' %s' % ' '.join(args)
40 logging.info("Command line: " + cmdline)
41 ret = utils.system(cmdline, ignore_status=True)
/external/toybox/toys/pending/
Dsh.c205 char *cmdline; // Unparsed line for display purposes member
237 static char *parse_pipeline(char *cmdline, struct pipeline *line) in parse_pipeline() argument
240 char *start = line->cmdline = cmdline; in parse_pipeline()
242 if (!cmdline) return 0; in parse_pipeline()
244 line->cmdline = cmdline; in parse_pipeline()
253 line->cmdlinelen = start-cmdline; in parse_pipeline()
277 line->cmdlinelen = start-cmdline; in parse_pipeline()
/external/libopus/
DMakefile.unix68 COMPILE.c.cmdline = $(CC) -c $(CFLAGS) -o $@ $<
70 LINK.o.cmdline = $(LINK.o) $^ $(LDLIBS) -o $@$(EXESUFFIX)
72 ARCHIVE.cmdline = $(AR) $(ARFLAGS) $@ $^ && $(RANLIB) $@
75 $(COMPILE.c.cmdline)
78 $(COMPILE.cpp.cmdline)
103 $(ARCHIVE.cmdline)
106 $(LINK.o.cmdline)
109 $(LINK.o.cmdline)
/external/chromium-trace/catapult/telemetry/telemetry/internal/util/
Dps_util.py80 if inspect.ismethod(p.cmdline):
81 cmdline = p.cmdline()
83 cmdline = p.cmdline
84 process_info += ' - %s' % cmdline
/external/google-breakpad/src/common/linux/
Dfile_id_unittest.cc82 char cmdline[4096]; in TEST() local
83 sprintf(cmdline, "cp \"%s\" \"%s\"", exe_name, templ.c_str()); in TEST()
84 ASSERT_EQ(0, system(cmdline)) << "Failed to execute: " << cmdline; in TEST()
85 sprintf(cmdline, "chmod u+w \"%s\"", templ.c_str()); in TEST()
86 ASSERT_EQ(0, system(cmdline)) << "Failed to execute: " << cmdline; in TEST()
87 sprintf(cmdline, "strip \"%s\"", templ.c_str()); in TEST()
88 ASSERT_EQ(0, system(cmdline)) << "Failed to execute: " << cmdline; in TEST()
/external/deqp/execserver/tools/
DxsMain.cpp42 void registerOptions (de::cmdline::Parser& parser) in registerOptions()
44 using de::cmdline::Option; in registerOptions()
45 using de::cmdline::NamedValue; in registerOptions()
55 de::cmdline::CommandLine cmdLine; in main()
68 de::cmdline::Parser parser; in main()
/external/valgrind/none/tests/solaris/
Dproc-cmdline-exe.stderr.exp-with-cmdline2 /proc/self/cmdline:
3 ./../procfs-cmdline-exe\0arg1\0arg 2\0arg3\0
4 /proc/<pid>/cmdline:
5 ./../procfs-cmdline-exe\0arg1\0arg 2\0arg3\0
DMakefile.am21 proc-cmdline-exe.stderr.exp-with-cmdline proc-cmdline-exe.stderr.exp-without-cmdline \
22 proc-cmdline-exe.vgtest \
/external/chromium-trace/catapult/third_party/coverage/coverage.egg-info/
Dentry_points.txt2 coverage = coverage.cmdline:main
3 coverage-2.7 = coverage.cmdline:main
4 coverage2 = coverage.cmdline:main
/external/clang/tools/scan-view/share/
Dstartfile.py34 def _invoke(self, cmdline): argument
57 pipe = subprocess.Popen(cmdline, stdin=inout, stdout=inout,
71 cmdline = self.args + [filename]
74 cmdline = self.args + filename
76 return self._invoke(cmdline)
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
DANTLR3.java583 CommandlineJava cmdline; in dependencyCheck() local
585 cmdline = (CommandlineJava) commandline.clone(); in dependencyCheck()
590 cmdline.createArgument().setValue("-depend"); in dependencyCheck()
591 cmdline.createArgument().setValue("-o"); in dependencyCheck()
592 cmdline.createArgument().setValue(outputDirectory.toString()); in dependencyCheck()
593 cmdline.createArgument().setValue("-lib"); in dependencyCheck()
594 cmdline.createArgument().setValue(libDirectory.toString()); in dependencyCheck()
595 cmdline.createArgument().setValue(target.toString()); in dependencyCheck()
597 log(cmdline.describeCommand(), Project.MSG_VERBOSE); in dependencyCheck()
616 err = run(cmdline.getCommandline(), r.getOutputStream(), null); in dependencyCheck()
[all …]
/external/autotest/client/site_tests/security_AltSyscall/
Dsecurity_AltSyscall.py39 cmdline = '/sbin/minijail0 -a %s %s/%s' % (table, self.srcdir, exe)
41 logging.info("Command line: " + cmdline)
42 ret = utils.system(cmdline, ignore_status=True)
/external/netperf/src/
Dnetserver.c1056 char *cmdline; in spawn_child()
1073 cmdline = malloc(cmdline_length + 1); // +1 for trailing null in spawn_child()
1087 strcpy(cmdline, program); in spawn_child()
1088 cmd_index = strlen(cmdline); in spawn_child()
1090 cmd_index += snprintf(&cmdline[cmd_index], in spawn_child()
1096 cmd_index += snprintf(&cmdline[cmd_index], in spawn_child()
1100 cmd_index += snprintf(&cmdline[cmd_index], in spawn_child()
1107 cmd_index += snprintf(&cmdline[cmd_index], in spawn_child()
1111 cmd_index += snprintf(&cmdline[cmd_index], in spawn_child()
1117 cmdline, in spawn_child()
[all …]
/external/deqp/framework/common/
DtcuCommandLine.hpp195 const de::cmdline::CommandLine& getCommandLine (void) const;
203 virtual void registerExtendedOptions (de::cmdline::Parser& parser);
205 de::cmdline::CommandLine m_cmdLine;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
Drunant.py92 cmdline = ('%s %s -classpath %s -Dant.home=%s %s ' + \ variable
98 print '\n%s\n\n' % (cmdline)
102 os.system(cmdline)
/external/clang/test/Index/
Dcompile_commands.json23 # FILE-1-CMD: workdir:'/home/john.doe/MyProject' cmdline:'clang++ -o project.o -c /home/john.doe/M…
26 # FILE-2-CMD: workdir:'/home/john.doe/MyProjectA' cmdline:'clang++ -o project2.o -c /home/john.doe/…
27 # FILE-2-CMD: workdir:'/home/john.doe/MyProjectB' cmdline:'clang++ -DFEATURE=1 -o project2-feature.…
/external/autotest/contrib/
Dwatch_expensive_rpcs.py61 cmdline = subprocess.check_output('become chromeos-test@%s -- '
64 cmdline = ''
65 return cmdline
/external/libxml2/
Dxmlcatalog.c96 char *cmdline = NULL, *cur; in usershell() local
105 cmdline = xmlShellReadline("> "); in usershell()
106 if (cmdline == NULL) in usershell()
112 cur = cmdline; in usershell()
124 free(cmdline); in usershell()
187 free(cmdline); in usershell()
301 free(cmdline); /* not xmlFree here ! */ in usershell()
/external/libchrome/sandbox/linux/services/
Dnamespace_sandbox.cc98 const base::CommandLine& cmdline, in LaunchProcess() argument
100 return LaunchProcessWithOptions(cmdline.argv(), launch_options, Options()); in LaunchProcess()
112 const base::CommandLine& cmdline, in LaunchProcessWithOptions() argument
115 return LaunchProcessWithOptions(cmdline.argv(), launch_options, in LaunchProcessWithOptions()
/external/libchrome/base/process/
Dlaunch.h186 BASE_EXPORT Process LaunchProcess(const CommandLine& cmdline,
200 BASE_EXPORT Process LaunchProcess(const string16& cmdline,
208 BASE_EXPORT Process LaunchElevatedProcess(const CommandLine& cmdline,

12345