Home
last modified time | relevance | path

Searched refs:gen_path (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/bt/gd/packet/parser/
H A Dgen_cpp.cc66 auto gen_path = out_dir / gen_relative_path; in generate_cpp_headers_one_file() local
68 std::filesystem::create_directories(gen_path); in generate_cpp_headers_one_file()
70 auto gen_file = gen_path / (input_filename + ".h"); in generate_cpp_headers_one_file()
267 auto gen_path = out_dir / gen_relative_path; in generate_pybind11_sources_one_file() local
269 std::filesystem::create_directories(gen_path); in generate_pybind11_sources_one_file()
278 auto filename = gen_path / (input_filename + "_python3_shard_" + std::to_string(i) + ".cc"); in generate_pybind11_sources_one_file()
385 auto gen_file_main = gen_path / (input_filename + "_python3.cc"); in generate_pybind11_sources_one_file()
H A Dgen_rust.cc71 auto gen_path = out_dir / gen_relative_path; in generate_rust_source_one_file() local
73 std::filesystem::create_directories(gen_path); in generate_rust_source_one_file()
75 auto gen_file = gen_path / (input_filename + ".rs"); in generate_rust_source_one_file()