Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/packet/parser/
Dmain.cc123 const std::string arg_source_root = "--source_root="; in main() local
129 if (arg.find(arg_source_root) == 0) { in main()
130 source_root = std::filesystem::path(arg.substr(arg_source_root.size())); in main()
146 } else if (arg.find(arg_source_root) == 0) { in main()