Home
last modified time | relevance | path

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

/external/chromium/base/
Dlinux_util.cc221 const pid_t current_pid = *i; in FindProcessHoldingSocket() local
223 snprintf(buf, sizeof(buf), "/proc/%d/fd", current_pid); in FindProcessHoldingSocket()
229 if (snprintf(buf, sizeof(buf), "/proc/%d/fd/%s", current_pid, in FindProcessHoldingSocket()
243 *pid_out = current_pid; in FindProcessHoldingSocket()
/external/chromium_org/base/
Dlinux_util.cc221 const pid_t current_pid = *i; in FindProcessHoldingSocket() local
223 snprintf(buf, sizeof(buf), "/proc/%d/fd", current_pid); in FindProcessHoldingSocket()
229 if (snprintf(buf, sizeof(buf), "/proc/%d/fd/%s", current_pid, in FindProcessHoldingSocket()
243 *pid_out = current_pid; in FindProcessHoldingSocket()
/external/qemu/
Dtrace.c144 int current_pid; variable
1562 current_pid = pid; in trace_switch()
1597 sim_time, current_pid, name); in trace_name()
1615 comp_ptr = varint_encode(current_pid, comp_ptr); in trace_name()
1953 sim_time, current_pid, addr, call_type); in trace_interpreted_method()
1968 int32_t pid_diff = current_pid - trace_method.prev_pid; in trace_interpreted_method()
1969 trace_method.prev_pid = current_pid; in trace_interpreted_method()
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
Drun_webkit_tests_integrationtest.py129 current_pid = None
131 if batch and result.pid != current_pid: