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

  /external/chromium_org/components/breakpad/app/
breakpad_linux_impl.h 55 uint64_t process_start_time; // Uptime of the crashing process. member in struct:breakpad::BreakpadInfo
breakpad_linux.cc 587 info.process_start_time = g_process_start_time;
693 info.process_start_time = g_process_start_time;
    [all...]
  /external/chromium_org/content/gpu/
gpu_child_thread.h 52 void Init(const base::Time& process_start_time);
gpu_child_thread.cc 92 void GpuChildThread::Init(const base::Time& process_start_time) {
93 process_start_time_ = process_start_time;
  /external/chromium_org/build/android/pylib/
forwarder.py 266 (pid, process_start_time) = pid_with_start_time.split(':')
268 if process_start_time == str(_GetProcessStartTime(pid_for_lock)):
  /external/chromium_org/components/breakpad/browser/
crash_handler_host_linux.cc 316 info->process_start_time = uptime;

Completed in 92 milliseconds