Searched refs:path_ (Results 1 – 5 of 5) sorted by relevance
| /openbmc/boost-dbus/include/dbus/ |
| H A D | endpoint.hpp | 17 string path_; member in dbus::endpoint 24 : process_name_(process_name), path_(path), interface_(interface) {} in endpoint() 29 path_(path), in endpoint() 33 const string& get_path() const { return path_; } in get_path() 42 return (process_name_ == other.process_name_ && path_ == other.path_ && in operator ==()
|
| /openbmc/sdbusplus/include/sdbusplus/asio/ |
| H A D | object_server.hpp | 398 conn_(conn), path_(path), name_(name) in dbus_interface() 409 conn_->emit_interfaces_removed(path_.c_str(), in ~dbus_interface() 795 path_.c_str(), name_.c_str(), in initialize() 798 conn_->emit_interfaces_added(path_.c_str(), in initialize() 827 return path_; in get_object_path() 837 std::string path_; member in sdbusplus::asio::dbus_interface
|
| /openbmc/smbios-mdr/src/ |
| H A D | speed_select.cpp | 123 std::string path_) : in OperatingConfig() argument 124 BaseOperatingConfig(bus, path_.c_str(), action::defer_emit), in OperatingConfig() 125 path(std::move(path_)), level(level_) in OperatingConfig()
|
| /openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/ |
| H A D | 0001-Fix-build-with-vc4-driver.patch | 29 VGPath path_;
|
| /openbmc/openbmc/poky/bitbake/lib/ |
| H A D | pyinotify.py | 723 path_ = watch_.path 724 src_path = os.path.normpath(os.path.join(path_, raw_event.name)) 734 path_ = watch_.path 735 dst_path = os.path.normpath(os.path.join(path_, raw_event.name))
|