struct ResolvedPath
Defined at line 665 of file ../../zircon/kernel/lib/devicetree/include/lib/devicetree/devicetree.h
A path is translated into two absolute components, |prefix| and |suffix|. The full absolute path
is the concatenation of |prefix|/|suffix|.
This allows an aliased path "alias/suffix_path" to become:
alias: "/real_path/"
prefix: "/real_path"
suffix: "suffix_path"
When the path is not aliased, "/real_path/suffix_path" then:
prefix: "/real_path/suffix_path"
suffix: ""
Public Members
basic_string_view prefix
basic_string_view suffix
Public Methods
Components Prefix ()
Helpers to iterate over respective components.
Defined at line 669 of file ../../zircon/kernel/lib/devicetree/include/lib/devicetree/devicetree.h
Components Suffix ()
Defined at line 671 of file ../../zircon/kernel/lib/devicetree/include/lib/devicetree/devicetree.h