HomeSort by relevance Sort by last modified time
    Searched refs:SetProcTitle (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/
command_line.h 75 static void SetProcTitle();
command_line.cc 29 // Linux/glibc doesn't natively have setproctitle().
209 void CommandLine::SetProcTitle() {
212 // setproctitle() function works.
247 setproctitle(have_argv0 ? "-%s" : "%s", title.c_str());

Completed in 36 milliseconds