Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dutil.cpp523 auto optname = parts[0]; in ParseMkdir() local
525 if (optname == "encryption") { in ParseMkdir()
527 return Error() << "Duplicated option: '" << optname << "'"; in ParseMkdir()
541 } else if (optname == "key") { in ParseMkdir()
543 return Error() << "Duplicated option: '" << optname << "'"; in ParseMkdir()