Searched refs:toFind (Results 1 – 1 of 1) sorted by relevance
728 std::string toFind("system1/chassis1/motherboard1"); in updateOemDbusPaths() 729 if (dbusPath.find(toFind) != std::string::npos) in updateOemDbusPaths() 731 size_t pos = dbusPath.find(toFind); in updateOemDbusPaths() 732 dbusPath.replace(pos, toFind.length(), "system/chassis/motherboard"); in updateOemDbusPaths() 734 toFind = "system1"; in updateOemDbusPaths() 735 if (dbusPath.find(toFind) != std::string::npos) in updateOemDbusPaths() 737 size_t pos = dbusPath.find(toFind); in updateOemDbusPaths() 738 dbusPath.replace(pos, toFind.length(), "system"); in updateOemDbusPaths() 743 toFind = "socket"; in updateOemDbusPaths() 744 size_t pos1 = dbusPath.find(toFind); in updateOemDbusPaths() 723 std::string toFind("system1/chassis1/motherboard1"); updateOemDbusPaths() local [all...]