Home
last modified time | relevance | path

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

/external/libkmsxx/utils/
Dkmstest.cpp241 static void parse_plane(ResourceManager& resman, Card& card, const string& plane_str, const OutputI… in parse_plane() argument
249 if (!regex_match(plane_str, sm, plane_re)) in parse_plane()
250 EXIT("Failed to parse plane option '%s'", plane_str.c_str()); in parse_plane()