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