Searched refs:packageAndVersion (Results 1 – 1 of 1) sorted by relevance
446 const auto& packageAndVersion = splitFirst(getPackageAndVersion(entry.interfaceName), '@'); in addEntryWithoutInstance() local447 const auto& package = packageAndVersion.first; in addEntryWithoutInstance()449 if (!vintf::parse(packageAndVersion.second, &version)) { in addEntryWithoutInstance()450 err() << "Warning: Cannot parse version '" << packageAndVersion.second << "' for entry '" in addEntryWithoutInstance()