OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OpenProcessHandle
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/base/process/
process_handle_posix.cc
19
bool
OpenProcessHandle
(ProcessId pid, ProcessHandle* handle) {
29
return
OpenProcessHandle
(pid, handle);
37
return
OpenProcessHandle
(pid, handle);
41
// See
OpenProcessHandle
, nothing to do.
process_handle.h
45
BASE_EXPORT bool
OpenProcessHandle
(ProcessId pid, ProcessHandle* handle);
62
// Closes the process handle opened by
OpenProcessHandle
.
process_handle_win.cc
23
bool
OpenProcessHandle
(ProcessId pid, ProcessHandle* handle) {
/external/chromium/base/memory/
scoped_open_process.h
30
return
OpenProcessHandle
(pid, &handle_);
/external/chromium_org/base/memory/
scoped_open_process.h
28
return
OpenProcessHandle
(pid, &handle_);
/external/chromium_org/chrome/test/base/
chrome_process_util.cc
67
if (!base::
OpenProcessHandle
(*it, &handle)) {
/external/chromium_org/chrome/test/perf/
perf_test.cc
56
if (!base::
OpenProcessHandle
(*it, &process_handle)) {
272
if (!base::
OpenProcessHandle
(*it, &process_handle)) {
/external/chromium/base/
process_util.h
142
BASE_API bool
OpenProcessHandle
(ProcessId pid, ProcessHandle* handle);
158
// Closes the process handle opened by
OpenProcessHandle
.
process_util_posix.cc
191
bool
OpenProcessHandle
(ProcessId pid, ProcessHandle* handle) {
201
return
OpenProcessHandle
(pid, handle);
209
return
OpenProcessHandle
(pid, handle);
213
// See
OpenProcessHandle
, nothing to do.
[
all
...]
process_util_win.cc
107
bool
OpenProcessHandle
(ProcessId pid, ProcessHandle* handle) {
/external/chromium/chrome/browser/automation/
testing_automation_provider.cc
[
all
...]
Completed in 413 milliseconds