OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProcessExists
(Results
1 - 4
of
4
) sorted by null
/external/libbrillo/brillo/
process.h
153
static bool
ProcessExists
(pid_t pid);
process_unittest.cc
296
TEST_F(ProcessTest,
ProcessExists
) {
297
EXPECT_FALSE(Process::
ProcessExists
(0));
298
EXPECT_TRUE(Process::
ProcessExists
(1));
299
EXPECT_TRUE(Process::
ProcessExists
(getpid()));
process.cc
42
bool Process::
ProcessExists
(pid_t pid) {
/system/connectivity/apmanager/
service.cc
271
brillo::Process::
ProcessExists
(hostapd_process_->pid());
Completed in 777 milliseconds