Home | Sort by relevance Sort by last modified time |
/system/core/init/ | |
bootchart.h | 32 # define BOOTCHART_MAX_TIME_SEC (10*60) /* max polling time in seconds */ |
bootchart.c | 329 if (timeout > BOOTCHART_MAX_TIME_SEC) 330 timeout = BOOTCHART_MAX_TIME_SEC; |