Home
last modified time | relevance | path

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

/aosp12/system/core/fastboot/fuzzy_fastboot/
H A Dfixtures.cpp69 cb_scratch = info->device_path; in MatchFastboot()
142 device_path = cb_scratch; in SetUp()
144 ASSERT_EQ(device_path, cb_scratch); // The path can not change in SetUp()
202 device_path = cb_scratch; in ReconnectFastbootDevice()
222 device_path = cb_scratch; in ReconnectFastbootDevice()
276 std::string FastBootTest::cb_scratch = ""; member in fastboot::FastBootTest
H A Dfixtures.h75 static std::string cb_scratch;