Searched refs:input_filename (Results 1 – 4 of 4) sorted by relevance
65 …auto input_filename = input_file.filename().string().substr(0, input_file.filename().string().find… in generate_cpp_headers_one_file() local70 auto gen_file = gen_path / (input_filename + ".h"); in generate_cpp_headers_one_file()209 if (input_filename == "hci_packets") { in generate_cpp_headers_one_file()266 …auto input_filename = input_file.filename().string().substr(0, input_file.filename().string().find… in generate_pybind11_sources_one_file() local271 auto gen_relative_header = gen_relative_path / (input_filename + ".h"); 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()330 …out_file << "void define_" << input_filename << "_submodule_shard_" << std::to_string(i) << "(py::… in generate_pybind11_sources_one_file()385 auto gen_file_main = gen_path / (input_filename + "_python3.cc"); in generate_pybind11_sources_one_file()398 out_file_main << "void define_" << input_filename << "_submodule_shard_" << std::to_string(i) in generate_pybind11_sources_one_file()402 out_file_main << "void define_" << input_filename << "_submodule(py::module& m) {\n\n"; in generate_pybind11_sources_one_file()[all …]
70 …auto input_filename = input_file.filename().string().substr(0, input_file.filename().string().find… in generate_rust_source_one_file() local75 auto gen_file = gen_path / (input_filename + ".rs"); in generate_rust_source_one_file()89 if (input_filename == "hci_packets") { in generate_rust_source_one_file()
934 int Encrypt(const std::string& key_name, const std::string& input_filename, in Encrypt() argument936 auto input = ReadFile(input_filename); in Encrypt()946 int Decrypt(const std::string& key_name, const std::string& input_filename, in Decrypt() argument948 auto input = ReadFile(input_filename); in Decrypt()
131 bool ProcessFile(const std::string& input_filename) { in ProcessFile() argument133 record_filename_ = input_filename; in ProcessFile()