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

  /external/chromium_org/components/breakpad/app/
breakpad_linux_impl.h 56 uint64_t process_start_time; // Uptime of the crashing process. member in struct:breakpad::BreakpadInfo
breakpad_linux.cc 591 info.process_start_time = g_process_start_time;
700 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 84 void GpuChildThread::Init(const base::Time& process_start_time) {
85 process_start_time_ = process_start_time;
  /external/chromium_org/build/android/pylib/
forwarder.py 256 (pid, process_start_time) = pid_with_start_time.split(':')
258 if process_start_time == str(_GetProcessStartTime(pid_for_lock)):
  /external/chromium/chrome/browser/
crash_handler_host_linux.cc 307 info->process_start_time = uptime;
  /external/chromium_org/components/breakpad/browser/
crash_handler_host_linux.cc 355 info->process_start_time = uptime;

Completed in 103 milliseconds