Home
last modified time | relevance | path

Searched refs:include_paths (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/usr.bin/dtc/
H A Dinput_buffer.hh294 const std::vector<std::string> include_paths; member in dtc::text_input_buffer
330 : defines(d), include_paths(i), dir(directory), depfile(deps) in text_input_buffer()
H A Dfdt.hh838 std::vector<std::string> include_paths; member in dtc::fdt::device_tree
1035 include_paths.push_back(std::move(p)); in add_include_path()
H A Dinput_buffer.cc232 for (auto i : include_paths) in handle_include()
274 for (auto i : include_paths) in read_binary_file()
H A Dfdt.cc1945 std::vector<string>(include_paths), in parse_dts()