Home
last modified time | relevance | path

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

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