Lines Matching refs:p
108 fs::path p = fs::path(devPath) / "driver"; in Updater() local
112 fs::canonical(p); // Get the path that points to the driver dir in Updater()
135 auto p = driverPath; in bindUnbind() local
136 p /= doBind ? "bind" : "unbind"; in bindUnbind()
137 std::ofstream out(p.string()); in bindUnbind()
181 for (const auto& p : paths) in isReadyToUpdate() local
183 if (p == psuInventoryPath) in isReadyToUpdate()
193 auto service = util::getService(p, INVENTORY_IFACE, bus); in isReadyToUpdate()
200 entry("PSU=%s", p.c_str())); in isReadyToUpdate()
204 log<level::WARNING>("PSU not present", entry("PSU=%s", p.c_str())); in isReadyToUpdate()
213 auto path = internal::getDevicePath(p); in isReadyToUpdate()
229 entry("PSU=%s", p.c_str()), in isReadyToUpdate()