Home
last modified time | relevance | path

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

/ohos5.0/base/startup/init/services/begetctl/
H A Dservice_control.c54 char *timeBuffer = argv[SERVICE_START_NUMBER]; in main_cmd() local
56 uint64_t timeout = strtoull(timeBuffer, NULL, DECIMAL_BASE); in main_cmd()