Home
last modified time | relevance | path

Searched defs:in_file (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/floss/hcidoc/packets/
Dbuild.rs28 let in_file = PathBuf::from("l2cap_packets.pdl"); in generate_packets() localVariable
47 let in_file = PathBuf::from("../../../system/pdl/hci/hci_packets.pdl"); in generate_packets() localVariable
/packages/modules/Bluetooth/system/gd/packet/parser/
Dmain.cc53 FILE* in_file = fopen(input_file.string().c_str(), "r"); in parse_declarations_one_file() local