Searched refs:path_ (Results 1 – 7 of 7) 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 | 391 conn_(conn), path_(path), name_(name) in dbus_interface() 402 conn_->emit_interfaces_removed(path_.c_str(), in ~dbus_interface() 788 path_.c_str(), name_.c_str(), in initialize() 791 conn_->emit_interfaces_added(path_.c_str(), in initialize() 820 return path_; in get_object_path() 830 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/linux/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_uc_fw.c | 196 #define UC_FW_BLOB_BASE(major_, minor_, patch_, path_) \ argument 200 .path = path_, 202 #define UC_FW_BLOB_NEW(major_, minor_, patch_, gsc_, path_) \ argument 203 { UC_FW_BLOB_BASE(major_, minor_, patch_, path_) \ 206 #define UC_FW_BLOB_OLD(major_, minor_, patch_, path_) \ argument 207 { UC_FW_BLOB_BASE(major_, minor_, patch_, 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))
|
/openbmc/linux/Documentation/filesystems/ |
H A D | path-lookup.rst | 657 correspond roughly to the three ``path_*()`` functions we met earlier, 658 each of which calls ``link_path_walk()``. The ``path_*()`` functions are
|