Searched refs:prog_args (Results 1 – 1 of 1) sorted by relevance
122 std::vector<std::string> prog_args(args.begin() + 1, args.end()); in PartitionHash() local123 prog_args.push_back(resp); // Pass in the full command in PartitionHash()124 prog_args.push_back(SEARCH_PATH + imploded.str()); // Pass in the save location in PartitionHash()127 pid_t pid = StartProgram(args[0], prog_args, &pipe); in PartitionHash()1675 std::vector<std::string> prog_args(args.begin() + 1, args.end()); in TEST_P() local1676 prog_args.push_back(full_cmd); // Pass in the full command in TEST_P()1677 prog_args.push_back(save_loc); // Pass in the save location in TEST_P()1680 const pid_t pid = StartProgram(args[0], prog_args, &pipe); in TEST_P()