Searched refs:specs (Results 1 – 3 of 3) sorted by relevance
364 std::vector<std::string> specs = Split(tags, " "); in InitLogging() local365 for (size_t i = 0; i < specs.size(); ++i) { in InitLogging()367 std::string spec(specs[i]); in InitLogging()
402 if specs, ok := dep.(*hidlGenRule); ok {403 g.genInputDir = specs.genOutputDir404 g.genInputs = specs.genOutputs.Paths()
108 lowercase letter, to prevent incompatibilities with future specs.