Home
last modified time | relevance | path

Searched refs:include_dir (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/gd/packet/parser/
Dmain.cc43 const std::filesystem::path& include_dir,
50 const std::filesystem::path& include_dir,
58 const std::filesystem::path& include_dir,
130 std::filesystem::path include_dir; in main() local
160 include_dir = source_root / std::filesystem::path(arg.substr(arg_include.size())); in main()
173 …if (out_dir == std::filesystem::path() || include_dir == std::filesystem::path() || num_shards == … in main()
189 …if (!generate_rust_source_one_file(declarations, input_files.front(), include_dir, out_dir, root_n… in main()
195 …if (!generate_cpp_headers_one_file(declarations, input_files.front(), include_dir, out_dir, root_n… in main()
200 … declarations, input_files.front(), include_dir, out_dir, root_namespace, num_shards)) { in main()
Dgen_cpp.cc56 const std::filesystem::path& include_dir, in generate_cpp_headers_one_file() argument
59 auto gen_relative_path = input_file.lexically_relative(include_dir).parent_path(); in generate_cpp_headers_one_file()
256 const std::filesystem::path& include_dir, in generate_pybind11_sources_one_file() argument
260 auto gen_relative_path = input_file.lexically_relative(include_dir).parent_path(); in generate_pybind11_sources_one_file()
Dgen_rust.cc77 const std::filesystem::path& include_dir, in generate_rust_source_one_file() argument
80 auto gen_relative_path = input_file.lexically_relative(include_dir).parent_path(); in generate_rust_source_one_file()
/packages/modules/Bluetooth/system/gd/dumpsys/bundler/
Dbundler.gni19 # include_dir: Path to include directory
27 "include_dir",
30 assert(defined(include_dir), "include_dir must be set")
40 "${include_dir}",
DBUILD.gn21 include_dir = "bt/system/gd"
/packages/modules/Bluetooth/system/gd/
DBUILD.gn110 include_dir = "system/gd"