Home
last modified time | relevance | path

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

/third_party/grpc/examples/cpp/route_guide/
Dhelper.cc38 std::string argv_1 = argv[1]; in GetDbFileContent() local
39 size_t start_position = argv_1.find(arg_str); in GetDbFileContent()
42 if (argv_1[start_position] == ' ' || argv_1[start_position] == '=') { in GetDbFileContent()
43 db_path = argv_1.substr(start_position + 1); in GetDbFileContent()