Lines Matching refs:smbiosInventoryPath
397 std::string mapperAncestorPath = smbiosInventoryPath; in systemInfoUpdate()
398 std::string matchParentPath = smbiosInventoryPath + "/board/"; in systemInfoUpdate()
402 if (smbiosInventoryPath != defaultInventoryPath) in systemInfoUpdate()
404 std::filesystem::path path(smbiosInventoryPath); in systemInfoUpdate()
435 if (requireExactMatch && (paths[i] != smbiosInventoryPath)) in systemInfoUpdate()
448 "I", smbiosInventoryPath, "E", e.what()); in systemInfoUpdate()
519 "I", smbiosInventoryPath, "M", motherboardPath); in systemInfoUpdate()
523 smbiosInventoryPath, "M", motherboardPath); in systemInfoUpdate()
542 smbiosInventoryPath + cpuSuffix + std::to_string(index); in systemInfoUpdate()
575 smbiosInventoryPath + dimmSuffix + std::to_string(index); in systemInfoUpdate()
608 smbiosInventoryPath + pcieSuffix + std::to_string(index); in systemInfoUpdate()
623 system = std::make_unique<System>(bus, smbiosInventoryPath + systemSuffix, in systemInfoUpdate()