Searched refs:kModulePrefix (Results 1 – 1 of 1) sorted by relevance
150 static const auto kModulePrefix = "module:"sv; in parseProperty() local151 if (property.starts_with(kModulePrefix)) { in parseProperty()152 const auto modulePath = property.substr(kModulePrefix.size()); in parseProperty()