Home
last modified time | relevance | path

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

/system/core/init/
Dutil.cpp598 bool compat_mode = false; in ParseMountAll() local
604 compat_mode = true; in ParseMountAll()
613 for (std::size_t na = args.size() - 1; na > (compat_mode ? 1 : 0); --na) { in ParseMountAll()
627 } else if (compat_mode) { in ParseMountAll()