Home
last modified time | relevance | path

Searched defs:source_file (Results 1 – 4 of 4) sorted by relevance

/bootable/recovery/applypatch/
Dapplypatch.cpp258 FileContents source_file; in PatchPartitionCheck() local
281 FileContents source_file; in PatchPartition() local
302 FileContents source_file; in FlashPartition() local
328 static bool GenerateTarget(const Partition& target, const FileContents& source_file, in GenerateTarget()
Dapplypatch_modes.cpp48 static int FlashMode(const std::string& target_emmc, const std::string& source_file) { in FlashMode()
/bootable/recovery/tests/unit/
Dapplypatch_test.cpp76 std::string source_file; member in ApplyPatchTest
Dupdater_test.cpp255 std::string source_file = from_testdata_base("boot.img"); in TEST_F() local