Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/packet/parser/
Dmain.cc141 const std::string arg_namespace = "--root_namespace="; in main() local
161 } else if (arg.find(arg_namespace) == 0) { in main()
162 root_namespace = arg.substr(arg_namespace.size()); in main()