Home
last modified time | relevance | path

Searched refs:nested_path (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/coreboot/src/device/
H A Ddevice_const.c198 const struct bus *parent, const struct device_path nested_path[], in find_dev_nested_path() argument
203 if (!parent || !nested_path || !nested_path_length) in find_dev_nested_path()
206 child = find_dev_path(parent, nested_path); in find_dev_nested_path()
212 return find_dev_nested_path(child->downstream, nested_path + 1, nested_path_length - 1); in find_dev_nested_path()
/aosp_15_r20/external/abseil-cpp/absl/debugging/internal/
H A Ddemangle_rust.cc158 case 'N': goto nested_path; in Parse()
209 nested_path: in Parse()
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/debugging/internal/
H A Ddemangle_rust.cc158 case 'N': goto nested_path; in Parse()
209 nested_path: in Parse()
/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/routing/tests/
Dnest.rs393 nest = $nested_path:literal,
402 let app = Router::new().nest($nested_path, inner);
/aosp_15_r20/external/coreboot/src/include/device/
H A Ddevice.h210 const struct device_path nested_path[],