Home
last modified time | relevance | path

Searched refs:get_path (Results 1 – 25 of 57) sorted by relevance

123

/openbmc/openbmc/poky/meta/recipes-devtools/dnf/dnf/
H A D0029-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch20 …XECUTABLE} -c "from sys import stdout; from sysconfig import get_path; stdout.write(get_path('pure…
21 …XECUTABLE} -c "from sys import stdout; from sysconfig import get_path; stdout.write(get_path('pure…
/openbmc/openbmc/poky/meta/recipes-devtools/createrepo-c/createrepo-c/
H A D0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch21 …XECUTABLE} -c "from sys import stdout; from sysconfig import get_path; stdout.write(get_path('plat…
22 …XECUTABLE} -c "from sys import stdout; from sysconfig import get_path; stdout.write(get_path('plat…
/openbmc/openbmc/poky/meta/recipes-devtools/librepo/librepo/
H A D0002-Do-not-try-to-obtain-PYTHON_INSTALL_DIR-by-running-p.patch23 -from sysconfig import get_path
24 -path=get_path(name='platlib', vars={'platbase':'${CMAKE_INSTALL_PREFIX}'})
29 +#from sysconfig import get_path
30 +#path=get_path(name='platlib', vars={'platbase':'${CMAKE_INSTALL_PREFIX}'})
/openbmc/openbmc/poky/meta/recipes-devtools/libcomps/libcomps/
H A D0002-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch20 …XECUTABLE} -c "from sys import stdout; from sysconfig import get_path; stdout.write(get_path('plat…
21 …XECUTABLE} -c "from sys import stdout; from sysconfig import get_path; stdout.write(get_path('plat…
/openbmc/s2600wf-misc/subprojects/callback-manager/src/
H A Dcallback_manager.cpp245 criticalAssertMap[message.get_path()]["low"] = assert; in createThresholdMatch()
249 criticalAssertMap[message.get_path()]["high"] = assert; in createThresholdMatch()
253 warningAssertMap[message.get_path()]["low"] = assert; in createThresholdMatch()
257 warningAssertMap[message.get_path()]["high"] = assert; in createThresholdMatch()
276 if (message.get_path() == rootPath) in createAssociationMatch()
295 std::cerr << "Association callback " << message.get_path() in createAssociationMatch()
310 std::cerr << "Illegal Association on " << message.get_path() in createAssociationMatch()
349 fatalAssertMap[message.get_path()]["association"] = fatal; in createAssociationMatch()
350 criticalAssertMap[message.get_path()]["association"] = critical; in createAssociationMatch()
351 warningAssertMap[message.get_path()]["association"] = warning; in createAssociationMatch()
/openbmc/s2600wf-misc/callback-manager/src/
H A Dcallback_manager.cpp245 criticalAssertMap[message.get_path()]["low"] = assert; in createThresholdMatch()
249 criticalAssertMap[message.get_path()]["high"] = assert; in createThresholdMatch()
253 warningAssertMap[message.get_path()]["low"] = assert; in createThresholdMatch()
257 warningAssertMap[message.get_path()]["high"] = assert; in createThresholdMatch()
276 if (message.get_path() == rootPath) in createAssociationMatch()
295 std::cerr << "Association callback " << message.get_path() in createAssociationMatch()
310 std::cerr << "Illegal Association on " << message.get_path() in createAssociationMatch()
349 fatalAssertMap[message.get_path()]["association"] = fatal; in createAssociationMatch()
350 criticalAssertMap[message.get_path()]["association"] = critical; in createAssociationMatch()
351 warningAssertMap[message.get_path()]["association"] = warning; in createAssociationMatch()
/openbmc/openbmc/poky/meta/recipes-devtools/automake/automake/
H A D0002-automake-Update-for-python.m4-to-respect-libdir.patch40 - sitedir = sysconfig.get_path('purelib', scheme, vars={'base':'$am_py_prefix'})
42 - sitedir = sysconfig.get_path('purelib', vars={'base':'$am_py_prefix'})
69 - sitedir = sysconfig.get_path('platlib', scheme, vars={'platbase':'$am_py_exec_prefix'})
71 - sitedir = sysconfig.get_path('platlib', vars={'platbase':'$am_py_exec_prefix'})
/openbmc/boost-dbus/include/dbus/
H A Dendpoint.hpp33 const string& get_path() const { return path_; } in get_path() function in dbus::endpoint
48 os << "path=\"" << e.get_path() << "\" interface=\"" << e.get_interface() in operator <<()
H A Dmessage.hpp33 destination.get_process_name().c_str(), destination.get_path().c_str(), in new_call()
43 destination.get_process_name().c_str(), destination.get_path().c_str(), in new_call()
67 auto x = message(dbus_message_new_signal(origin.get_path().c_str(), in new_signal()
82 string get_path() const { in get_path() function in dbus::message
469 << "path='" << m.get_path() << "'," in operator <<()
/openbmc/openbmc/poky/meta/recipes-devtools/libdnf/libdnf/
H A D0001-drop-FindPythonInstDir.cmake.patch35 -from sysconfig import get_path
36 -path=get_path(name='platlib', vars={'platbase':'${CMAKE_INSTALL_PREFIX}'})
/openbmc/sdbusplus/test/gen/
H A Dtest_signal_names.cpp19 std::println("signal {} received on path {}\n", sigName, msg.get_path()); in cb()
/openbmc/qemu/python/scripts/
H A Dmkvenv.py253 return sysconfig.get_path("purelib")
268 lib_path = sysconfig.get_path(
512 bin_path = sysconfig.get_path("scripts")
563 _path_is_prefix(sysconfig.get_path("purelib"), path)
564 or _path_is_prefix(sysconfig.get_path("platlib"), path)
/openbmc/boost-dbus/test/
H A Dmessage.cpp21 ASSERT_EQ("/", m.get_path()); in TEST()
/openbmc/phosphor-led-manager/fault-monitor/
H A Doperational-status-monitor.cpp21 std::string invObjectPath = msg.get_path(); in matchHandler()
/openbmc/openbmc/poky/scripts/
H A Doe-pkgdata-browser160 path = self.recipe_store.get_path(it)
167 path = self.package_store.get_path(it)
192 path = self.package_store.get_path(self.package_iters[package])
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks/
H A D0001-Make-python-path-configurable.patch26 -pythondir = join_paths(prefix, python3.get_path('purelib'))
/openbmc/dbus-sensors/src/exit-air/
H A DExitAirTempSensor.cpp212 self->tachReadings[message.get_path()] = value; in setupMatches()
213 if (self->tachRanges.find(message.get_path()) == in setupMatches()
217 self->addTachRanges(message.get_sender(), message.get_path()); in setupMatches()
548 std::string path = message.get_path(); in setupMatches()
552 self->powerReadings[message.get_path()] = value; in setupMatches()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libblockdev/files/
H A D0001-fix-pythondir-for-multilib-when-cross-compiling.patch25 -py3libdir = $(shell python3 -c "import sysconfig; print(sysconfig.get_path('platlib', vars={'platb…
/openbmc/qemu/scsi/
H A Dpr-manager-helper.c267 static char *get_path(Object *obj, Error **errp) in get_path() function
303 object_class_property_add_str(klass, "path", get_path, set_path); in pr_manager_helper_class_init()
/openbmc/phosphor-host-postd/ipmisnoop/
H A Dipmisnoop.hpp75 std::filesystem::path name(msg.get_path()); in IpmiPostReporter()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-gevent/
H A D0001-_setuputils.py-Do-not-add-sys_inc_dir.patch26 - sys_inc_dir = os.path.abspath(sysconfig.get_path("include")) # 2
/openbmc/bmcweb/redfish-core/src/
H A Ddbus_log_watcher.cpp117 sdbusplus::message::object_path path(msg.get_path()); in getReadingsForReport()
/openbmc/dbus-sensors/src/adc/
H A DADCSensorMain.cpp336 sensorsChanged->insert(message.get_path()); in main()
359 std::string path = message.get_path(); in main()
/openbmc/phosphor-host-ipmid/
H A Dread_fru_data.cpp90 std::string path = msg.get_path(); in processFruPropChange()
/openbmc/phosphor-pid-control/dbus/
H A Ddbuspassiveredundancy.cpp79 message.get_sender(), message.get_path(), in DbusPassiveRedundancy()

123