Searched refs:cmdline (Results 1 – 8 of 8) sorted by relevance
479 std::vector<std::string> cmdline; in extra_kernel_cmdline() local481 cmdline.push_back(arg.asString()); in extra_kernel_cmdline()483 return cmdline; in extra_kernel_cmdline()
1 # Memtrack reads proc/<pid>/cmdline to check if process is surfaceflinger.
29 BTADDR=`/vendor/bin/cat /proc/cmdline | /vendor/bin/grep -o serialno.* |\
12 ETHADDR=`/vendor/bin/cat /proc/cmdline | /vendor/bin/grep -o serialno.* |\
96 pm.dexopt.cmdline=verify
551 // entry of /proc/pid/cmdline).997 // /proc/<pid>/cmdline (not the comm string), with both sides being8109 // they are dumped at a different rate than cmdline and thread list.8205 // The command line for the process, as per /proc/pid/cmdline.8206 // If it is a kernel thread there will only be one cmdline field8208 repeated string cmdline = 3; field8434 repeated string cmdline = 2; field8866 // If more than one process hasthe same cmdline, it is UI implementation8868 string cmdline = 2; field
131 handle_hmp_command(void *mon, const char *cmdline) "mon %p cmdline: %s"