Searched refs:include_dir (Results 1 – 8 of 8) sorted by relevance
/system/bt/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_rust.cc | 65 const std::filesystem::path& include_dir, in generate_rust_source_one_file() argument 68 auto gen_relative_path = input_file.lexically_relative(include_dir).parent_path(); in generate_rust_source_one_file()
|
D | gen_cpp.cc | 60 const std::filesystem::path& include_dir, in generate_cpp_headers_one_file() argument 63 auto gen_relative_path = input_file.lexically_relative(include_dir).parent_path(); in generate_cpp_headers_one_file() 260 const std::filesystem::path& include_dir, in generate_pybind11_sources_one_file() argument 264 auto gen_relative_path = input_file.lexically_relative(include_dir).parent_path(); in generate_pybind11_sources_one_file()
|
/system/update_engine/client-headers/ |
D | libupdate_engine-client.pc.in | 1 include_dir=@INCLUDE_DIR@ var 6 Cflags: -I${include_dir}
|
D | libupdate_engine-client-test.pc.in | 1 include_dir=@INCLUDE_DIR@ var 6 Cflags: -I${include_dir}
|
/system/bt/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/gd"
|
/system/bt/gd/ |
D | BUILD.gn | 103 include_dir = "bt/gd"
|