Home
last modified time | relevance | path

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

/system/core/fastboot/fuzzy_fastboot/
Dmain.cpp1554 const std::string full_cmd = "oem " + cmd + " " + test.arg; in TEST_P() local
1555 ASSERT_EQ(fb->RawCommand(full_cmd, &resp, nullptr, &dsize), expect); in TEST_P()
1580 prog_args.push_back(full_cmd); // Pass in the full command in TEST_P()