Home
last modified time | relevance | path

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

/bootable/recovery/applypatch/
Dapplypatch_modes.cpp48 static int FlashMode(const std::string& target_emmc, const std::string& source_file) { in FlashMode() function
179 return FlashMode(target, source); in applypatch_modes()
/bootable/recovery/tests/unit/
Dapplypatch_modes_test.cpp167 TEST_F(ApplyPatchModesTest, FlashMode) { in TEST_F() argument