Home
last modified time | relevance | path

Searched refs:c_str (Results 301 – 325 of 684) sorted by relevance

1...<<11121314151617181920>>...28

/openbmc/phosphor-mboxd/vpnor/test/
H A Dwrite_rw.cpp49 fd = open((root.rw() / "TEST1").c_str(), O_RDONLY); in main()
85 fd = open((root.rw() / "TEST1").c_str(), O_RDONLY); in main()
/openbmc/openbmc/poky/meta/recipes-devtools/apt/apt/
H A D0001-Hide-fstatat64-and-prlimit64-defines-on-musl.patch33 … if ((rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, seccomp_syscall_resolve_name(custom.c_str()), 0)))
34 …return _error->FatalE("aptMethod::Configuration", "Cannot allow %s: %s", custom.c_str(), strerror(…
/openbmc/hiomapd/vpnor/test/
H A Dwrite_rw.cpp53 fd = open((root.rw() / "TEST1").c_str(), O_RDONLY); in main()
89 fd = open((root.rw() / "TEST1").c_str(), O_RDONLY); in main()
/openbmc/sdbusplus/include/sdbusplus/server/
H A Dobject.hpp93 __sdbusplus_server_object_path.c_str()); in ~object()
104 __sdbusplus_server_object_path.c_str()); in emit_object_added()
/openbmc/phosphor-power/power-supply/
H A Dmain.cpp132 sdbusplus::server::manager_t objManager{bus, basePath.c_str()}; in main()
136 bus.request_name(busName.c_str()); in main()
/openbmc/witherspoon-pfault-analysis/power-supply/
H A Dmain.cpp130 sdbusplus::server::manager_t objManager{bus, basePath.c_str()}; in main()
134 bus.request_name(busName.c_str()); in main()
/openbmc/phosphor-debug-collector/
H A Ddump_manager_faultlog.cpp86 elog<Open>(ErrnoOpen(errno), PathOpen(objPath.c_str())); in createDump()
101 bus, objPath.c_str(), id, timestamp, in createDump()
/openbmc/phosphor-networkd/src/
H A Dsystem_configuration.cpp29 Iface(bus, objPath.c_str(), Iface::action::defer_emit), bus(bus), in SystemConfiguration()
96 Argument::ARGUMENT_VALUE(name.c_str())); in hostName()
/openbmc/openpower-hw-diags/analyzer/
H A Dcreate_pel.cpp153 path.string().c_str()); in __captureSignatureList()
229 path.string().c_str()); in __captureRegisterDump()
280 path.string().c_str()); in __captureHostbootScratchRegisters()
336 path.string().c_str()); in __captureScratchRegSignature()
/openbmc/phosphor-settingsd/
H A Dsettings_manager.mako.hpp161 std::ifstream is(p.c_str(), std::ios::in);
176 std::ofstream os(p.c_str(), std::ios::binary);
206 metadata::InvalidArgument::ARGUMENT_VALUE(std::to_string(value).c_str()));
208 metadata::InvalidArgument::ARGUMENT_VALUE(value.c_str()));
/openbmc/estoraged/src/
H A Destoraged.cpp395 cryptHandle.get(), containerName.c_str(), CRYPT_ANY_SLOT, in activateLuksDev()
448 int retval = fsIface->doMount(cryptDevicePath.c_str(), mountPoint.c_str(), in mountFilesystem()
473 int retval = fsIface->doUnmount(mountPoint.c_str()); in unmountFilesystem()
503 int retval = cryptIface->cryptDeactivate(nullptr, containerName.c_str()); in deactivateLuksDev()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtinyxml/libtinyxml/
H A Dentity-encoding.patch32 - outString->append( str.c_str() + i, 1 );
56 + XmlTest( "Entity escaping", "<foo>foo&amp;#xa+bar</foo>", str.c_str() );
/openbmc/phosphor-fan-presence/monitor/
H A Dtypes.hpp88 phosphor::logging::entry("GIVEN_ENTRY_TYPE=%s", type.c_str()), in getPropValue()
89 phosphor::logging::entry("JSON_ENTRY=%s", entry.dump().c_str()), in getPropValue()
/openbmc/phosphor-gpio-monitor/
H A DgpioMonMain.cpp126 line = gpiod_line_get(chipIdStr.c_str(), gpioNum); in main()
133 line = gpiod_line_find(lineName.c_str()); in main()
/openbmc/smbios-mdr/include/
H A Dsystem.hpp49 *bus, objPath.c_str()), in System()
52 *bus, objPath.c_str()), in System()
/openbmc/phosphor-ipmi-flash/tools/
H A Dlpc.cpp101 int inputFd = sys->open(input.c_str(), 0); in sendContents()
107 std::int64_t fileSize = sys->getSize(input.c_str()); in sendContents()
/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Dservices.hpp176 lg2::error(message.c_str()); in logErrorMsg()
182 lg2::info(message.c_str()); in logInfoMsg()
/openbmc/phosphor-bmc-code-mgmt/
H A Dversion.hpp50 DeleteInherit(bus, path.c_str(), action::emit_interface_added), in Delete()
88 VersionInherit(bus, (objPath).c_str(), in Version()
/openbmc/phosphor-watchdog/src/
H A Dmainapp.cpp228 sdbusplus::server::manager_t watchdogManager(bus, path.c_str()); in main()
231 Watchdog watchdog(bus, path.c_str(), event, std::move(actionTargetMap), in main()
249 bus.request_name(service.c_str()); in main()
/openbmc/phosphor-networkd/src/ibm/hypervisor-network-mgr-src/
H A Dhyp_network_manager.cpp32 "xyz.openbmc_project.BIOSConfigManager", objectName.c_str(), in getDBusProp()
234 bus, (objectPath + "/eth0").c_str(), "eth0", *this)); in createIfObjects()
237 bus, (objectPath + "/eth1").c_str(), "eth1", *this)); in createIfObjects()
/openbmc/openpower-occ-control/
H A Docc_status.hpp99 Interface(utils::getBus(), getDbusPath(path).c_str(), in Status()
129 .c_str()) in Status()
252 utils::getBus(), procPath.c_str()); in updateProcAssociation()
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz/
H A D0001-http-fetch-Pass-a-non-null-buffer-to-ne_set_request_.patch30 ne_request *req = ne_request_create(sess, Request.c_str(), URL.c_str());
/openbmc/phosphor-net-ipmid/sol/
H A Dsol_manager.hpp236 throw std::runtime_error(msg.c_str()); in getContext()
256 throw std::runtime_error(msg.c_str()); in getContext()
/openbmc/openpower-pnor-code-mgmt/
H A Dversion.hpp50 DeleteInherit(bus, path.c_str(), action::emit_interface_added), in Delete()
89 VersionInherit(bus, (objPath).c_str(), in Version()
/openbmc/fb-ipmi-oem/include/
H A Dsensorutils.hpp58 return strverscmp(a.c_str(), b.c_str()) < 0; in operator ()()
152 auto findSensor = sensorTypes.find(type.c_str()); in getSensorTypeFromPath()

1...<<11121314151617181920>>...28