Searched refs:timeout_int (Results 1 - 1 of 1) sorted by relevance

/system/core/init/
H A Dbuiltins.cpp953 int timeout_int; local
954 if (!android::base::ParseInt(args[2], &timeout_int)) {
957 timeout = std::chrono::seconds(timeout_int);

Completed in 1640 milliseconds