Home
last modified time | relevance | path

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

/third_party/uapp/dash/src/
A Doptions.c198 options(int cmdline) in options() argument
205 if (cmdline) in options()
212 if (!cmdline) { in options()
229 if (c == 'c' && cmdline) { in options()
231 } else if (c == 'l' && cmdline) { in options()
/third_party/tools/android/
A Dmkbootimg63 args.output.write(pack('512s', args.cmdline[:512].encode()))
72 args.output.write(pack('1024s', args.cmdline[512:].encode()))
/third_party/ulib/jemalloc/bin/
A Djeprof.in3312 my $cmdline = <CMDLINE>;
3313 $cmdline =~ s/\r//g; # turn windows-looking lines into unix-looking lines
3315 error("Failed to get program name from $url\n") unless defined($cmdline);
3316 $cmdline =~ s/\x00.+//; # Remove argv[1] and latters.
3317 $cmdline =~ s!\n!!g; # Remove LFs.
3318 return $cmdline;
/third_party/lib/acpica/
A Dchanges.txt12828 Expand the mem= cmdline to allow the specification of reserved and
12878 (Both) Boot functions don't use cmdline, so don't pass it around

Completed in 28 milliseconds