Home
last modified time | relevance | path

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

/openbmc/docs/architecture/
H A Dobject-mapper.md353 When an object with, for example, an object path of `pathA` uses the following
362 1. `pathA/foo`
369 So, `pathA/foo->endpoints` will contain `pathB`, and `pathB/bar->endpoints` will
370 contain `pathA`.
376 example, if `pathA` is deleted, then `pathA/foo` will also be deleted, and
377 `pathA` will be removed from the endpoints property of `pathB/bar`. If that was
/openbmc/phosphor-host-ipmid/
H A Dselutility.cpp421 fs::path pathA(a); in readLoggingObjectPaths() local
423 auto idA = std::stoul(pathA.filename().string()); in readLoggingObjectPaths()