/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/ |
H A D | move-log-file-to-proper-dir.patch | 15 + if (stat(log_dir.c_str(), &st) == 0) {
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/ |
H A D | move-log-file-to-proper-dir.patch | 15 + if (stat(log_dir.c_str(), &st) == 0) {
|
/openbmc/openpower-vpd-parser/ |
H A D | vpd_tool_impl.cpp | 41 uint8_t byte = strtoul(byteStr.c_str(), nullptr, 16); in fileToVector() 73 outFile.write(hexString.c_str(), hexString.length()); in copyStringToFile() 166 uint8_t byte = strtoul(byteStr.c_str(), nullptr, 16); in toBinary() 207 bus.new_method_call(INVENTORY_MANAGER_SERVICE, objectName.c_str(), in makeDBusCall() 605 int returnCode = system(udevRemove.c_str()); in forceReset() 610 returnCode = system(invManagerRestart.c_str()); in forceReset() 614 returnCode = system(sysVpdRestart.c_str()); in forceReset() 618 returnCode = system(udevAdd.c_str()); in forceReset()
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | data_interface.cpp | 262 auto method = _bus.new_method_call(service.c_str(), objectPath.c_str(), in getAllProperties() 277 auto method = _bus.new_method_call(service.c_str(), objectPath.c_str(), in getProperty() 546 interface::vpdManager, methodName.c_str()); in getInventoryFromLocCode() 576 _bus.new_method_call(service_name::ledGroupManager, ledGroup.c_str(), in assertLEDGroup() 628 auto method = _bus.new_method_call(service.c_str(), objectPath.c_str(), in setCriticalAssociation()
|
/openbmc/pldm/libpldmresponder/ |
H A D | bios_config.cpp | 153 BIOSTable biosStringTable(stringTablePath.c_str()); in setBIOSTable() 169 BIOSTable biosStringTable(stringTablePath.c_str()); in setBIOSTable() 170 BIOSTable biosStringValueTable(attrTablePath.c_str()); in setBIOSTable() 522 auto method = bus.new_method_call(service.c_str(), biosConfigPath, in updateBaseBIOSTableProperty() 574 bus.new_method_call(service.c_str(), biosObjPath, in buildAndStoreAttrTables() 662 BIOSTable biosTable(path.c_str()); in storeTable() 668 BIOSTable biosTable(path.c_str()); in loadTable()
|
H A D | pdr_state_sensor.hpp | 161 dBusIntf.getService(objectPath.c_str(), interface.c_str()); in generateStateSensorPDR()
|
/openbmc/boost-dbus/include/dbus/impl/ |
H A D | connection.ipp | 44 conn = dbus_connection_open_private(address.c_str(), e); 58 conn, name.c_str(),
|
/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/ |
H A D | dump_manager_resource.cpp | 90 bus, objPath.c_str(), id, timeStamp, size, dumpId, in notify() 202 bus, objPath.c_str(), id, timeStamp, 0, INVALID_SOURCE_ID, in createDump()
|
H A D | dump_manager_system.cpp | 112 bus, objPath.c_str(), id, timeStamp, size, dumpId, in notify() 213 bus, objPath.c_str(), id, timeStamp, 0, INVALID_SOURCE_ID, in createDump()
|
/openbmc/phosphor-certificate-manager/ |
H A D | x509_utils.cpp | 79 if (int errCode = X509_LOOKUP_load_file(lookup, certSrcPath.c_str(), in getX509Store() 103 BIOMemPtr bioCert(BIO_new_file(filePath.c_str(), "rb"), ::BIO_free); in loadCert()
|
/openbmc/dbus-sensors/src/ |
H A D | ADCSensor.cpp | 68 int fd = open(path.c_str(), O_RDONLY); in ADCSensor() 202 int fd = open(path.c_str(), O_RDONLY); in handleResponse()
|
/openbmc/phosphor-logging/ |
H A D | logging_test.cpp | 121 std::string(stream.str()).c_str()); in elog_test() 165 std::string(stream.str()).c_str()); in elog_test()
|
H A D | elog_block.hpp | 44 BlockIface(bus, path.c_str()), entryId(entryId) in Block()
|
/openbmc/phosphor-state-manager/ |
H A D | scheduled_host_transition.cpp | 265 std::ofstream os(path.c_str(), std::ios::binary); in serializeScheduledValues() 281 std::ifstream is(path.c_str(), std::ios::in | std::ios::binary); in deserializeScheduledValues()
|
/openbmc/phosphor-bmc-code-mgmt/ |
H A D | item_updater.hpp | 57 MinimumVersionInherit(bus, path.c_str(), action::emit_interface_added) in MinimumVersion() 92 ItemUpdaterInherit(ctx.get_bus(), path.c_str(), in ItemUpdater()
|
/openbmc/openpower-sbe-interface/ |
H A D | sbe_chipOp_handler.hpp | 95 throw std::runtime_error(errMsg.str().c_str()); in invokeSBEChipOperation()
|
/openbmc/intel-ipmi-oem/include/ |
H A D | spiDev.hpp | 33 fd(open(spiDev.c_str(), O_RDWR | O_CLOEXEC)) in SPIDev()
|
/openbmc/pldm/common/ |
H A D | instance_id.hpp | 35 int rc = pldm_instance_db_init(&pldmInstanceIdDb, path.c_str()); in InstanceIdDb()
|
/openbmc/phosphor-mboxd/vpnor/test/ |
H A D | write_prsv.cpp | 50 fd = open((root.prsv() / "TEST1").c_str(), O_RDONLY); in main()
|
/openbmc/witherspoon-pfault-analysis/power-sequencer/ |
H A D | main.cpp | 42 auto i = strtoul(args["interval"].c_str(), nullptr, 10); in main()
|
/openbmc/hiomapd/vpnor/test/ |
H A D | write_prsv.cpp | 53 fd = open((root.prsv() / "TEST1").c_str(), O_RDONLY); in main()
|
/openbmc/phosphor-state-manager/test/ |
H A D | hypervisor_state.cpp | 18 phosphor::state::manager::Hypervisor hypObj(bus, objPathInst.c_str()); in TEST()
|
/openbmc/phosphor-fan-presence/control/json/actions/ |
H A D | request_target_base.cpp | 81 .c_str()); in run()
|
/openbmc/google-ipmi-sys/bifurcation/ |
H A D | bifurcation_static.cpp | 49 std::ifstream jsonFile(bifurcationFile.c_str()); in getBifurcation()
|
/openbmc/phosphor-user-manager/phosphor-ldap-config/ |
H A D | utils.cpp | 32 res = ldap_url_parse(uri.c_str(), &ludpp); in isValidLDAPURI()
|