Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/
H A Dfastboot.cpp884 auto raw_options = Split(match_results[3], "|"); in ParseRequirementLine() local
885 for (const auto& option : raw_options) { in ParseRequirementLine()