Home
last modified time | relevance | path

Searched defs:input_files (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/bt/gd/rust/packets/
H A Dbuild.rs29 let input_files = [gd_root.join("hci/hci_packets.pdl")]; in main() localVariable
/aosp12/system/tools/aidl/
H A Dimport_resolver.cpp40 const set<string>& import_paths, const vector<string>& input_files) in ImportResolver()
/aosp12/system/bt/gd/packet/parser/
H A Dmain.cc137 std::queue<std::filesystem::path> input_files; in main() local
/aosp12/frameworks/base/tools/aapt2/cmd/
H A DLink.cpp1816 int Run(const std::vector<std::string>& input_files) { in Run()