Home
last modified time | relevance | path

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

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