Home
last modified time | relevance | path

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

/bootable/recovery/applypatch/
Dapplypatch.cpp49 static bool GenerateTarget(const Partition& target, const FileContents& source_file,
283 return GenerateTarget(target, source_file, patch, bonus, backup_source); in PatchPartition()
328 static bool GenerateTarget(const Partition& target, const FileContents& source_file, in GenerateTarget() function
/bootable/recovery/tests/unit/host/
Dimgdiff_test.cpp83 static void GenerateTarget(const std::string& src, const std::string& patch, std::string* patched) { in GenerateTarget() function
96 GenerateTarget(src, patch, &patched); in verify_patched_image()
720 GenerateTarget(split_src, split_patch, &split_tgt); in GenerateAndCheckSplitTarget()