Home
last modified time | relevance | path

Searched refs:pathB (Results 1 – 2 of 2) sorted by relevance

/openbmc/docs/architecture/
H A Dobject-mapper.md495 ["foo", "bar", "pathB"]
501 2. `pathB/bar`
507 So, `pathA/foo->endpoints` will contain `pathB`, and `pathB/bar->endpoints` will
510 If another object, say `pathC`, also has an association to `pathB`, then a
511 second entry, `pathC`, will be added into `pathB`\'s endpoints property.
515 `pathA` will be removed from the endpoints property of `pathB/bar`. If that was
516 the last entry in that property, then `pathB/bar` will also be deleted. In
517 addition, if the endpoint path is removed from D-Bus, in this case `pathB`, then
518 the mapper will remove the 2 association paths until `pathB` shows back up
/openbmc/phosphor-host-ipmid/
H A Dselutility.cpp401 fs::path pathB(b); in readLoggingObjectPaths() local
403 auto idB = std::stoul(pathB.filename().string()); in readLoggingObjectPaths()