Home
last modified time | relevance | path

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

/system/core/fastboot/fuzzy_fastboot/
Dmain.cpp121 std::vector<std::string> prog_args(args.begin() + 1, args.end()); in PartitionHash() local
122 prog_args.push_back(resp); // Pass in the full command in PartitionHash()
123 prog_args.push_back(SEARCH_PATH + imploded.str()); // Pass in the save location in PartitionHash()
126 pid_t pid = StartProgram(args[0], prog_args, &pipe); in PartitionHash()
1579 std::vector<std::string> prog_args(args.begin() + 1, args.end()); in TEST_P() local
1580 prog_args.push_back(full_cmd); // Pass in the full command in TEST_P()
1581 prog_args.push_back(save_loc); // Pass in the save location in TEST_P()
1584 const pid_t pid = StartProgram(args[0], prog_args, &pipe); in TEST_P()