Searched refs:arg_source_root (Results 1 – 1 of 1) sorted by relevance
144 const std::string arg_source_root = "--source_root="; in main() local150 if (arg.find(arg_source_root) == 0) { in main()151 source_root = std::filesystem::path(arg.substr(arg_source_root.size())); in main()167 } else if (arg.find(arg_source_root) == 0) { in main()