Searched refs:include_dir (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/system/gd/packet/parser/ |
D | main.cc | 43 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()
|
D | gen_cpp.cc | 56 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()
|
D | gen_rust.cc | 77 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/ |
D | bundler.gni | 19 # include_dir: Path to include directory 27 "include_dir", 30 assert(defined(include_dir), "include_dir must be set") 40 "${include_dir}",
|
D | BUILD.gn | 21 include_dir = "bt/system/gd"
|
/packages/modules/Bluetooth/system/gd/ |
D | BUILD.gn | 110 include_dir = "system/gd"
|