Home
last modified time | relevance | path

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

/system/bt/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_rust.cc65 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()
Dgen_cpp.cc60 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/
Dlibupdate_engine-client.pc.in1 include_dir=@INCLUDE_DIR@ var
6 Cflags: -I${include_dir}
Dlibupdate_engine-client-test.pc.in1 include_dir=@INCLUDE_DIR@ var
6 Cflags: -I${include_dir}
/system/bt/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/gd"
/system/bt/gd/
DBUILD.gn103 include_dir = "bt/gd"