OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pidfile_contents
(Results
1 - 3
of
3
) sorted by null
/external/autotest/scheduler/
drone_manager_unittest.py
464
pidfile_contents
= pidfiles[pidfile_id]
468
pidfile_contents
.process.pid == 123 and
469
pidfile_contents
.process.hostname ==
471
pidfile_contents
.exit_status == 12 and
472
pidfile_contents
.num_tests_failed == 0)
drone_manager.py
349
pidfile_contents
= self.get_pidfile_contents(pidfile_id)
350
if
pidfile_contents
.process is None:
352
return self._get_drone_for_process(
pidfile_contents
.process)
530
# {pidfile_id:
pidfile_contents
(Process(drone, pid),
[
all
...]
monitor_db_functional_test.py
152
return [pidfile_id for pidfile_id,
pidfile_contents
154
if
pidfile_contents
.exit_status is None]
[
all
...]
Completed in 4731 milliseconds