Home
last modified time | relevance | path

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

/system/core/init/
Dutil.cpp586 std::size_t first_option_arg = args.size(); in ParseMountAll() local
593 first_option_arg = na; in ParseMountAll()
596 first_option_arg = na; in ParseMountAll()
603 if (first_option_arg > 1) { in ParseMountAll()
610 for (std::size_t na = 2; na < first_option_arg; ++na) { in ParseMountAll()