Home
last modified time | relevance | path

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

/freebsd/usr.bin/dtc/
H A Dinput_buffer.hh292 const std::vector<std::string> include_paths; member in dtc::text_input_buffer
328 : defines(d), include_paths(i), dir(directory), depfile(deps) in text_input_buffer()
H A Dfdt.hh844 std::vector<std::string> include_paths; member in dtc::fdt::device_tree
1041 include_paths.push_back(std::move(p)); in add_include_path()
H A Dinput_buffer.cc230 for (auto i : include_paths) in handle_include()
272 for (auto i : include_paths) in read_binary_file()
H A Dfdt.cc2025 std::vector<string>(include_paths), in parse_dts()