Home | History | Annotate | Download | only in applypatch

Lines Matching refs:FileContents

49 static bool GenerateTarget(const Partition& target, const FileContents& source_file,
52 bool LoadFileContents(const std::string& filename, FileContents* file) {
69 // Reads the contents of a Partition to the given FileContents buffer.
70 static bool ReadPartitionToBuffer(const Partition& partition, FileContents* out,
109 bool SaveFileContents(const std::string& filename, const FileContents* file) {
136 static bool WriteBufferToPartition(const FileContents& file_contents, const Partition& partition) {
257 FileContents target_file;
258 FileContents source_file;
273 FileContents target_file;
281 FileContents source_file;
294 FileContents target_file;
302 FileContents source_file;
328 static bool GenerateTarget(const Partition& target, const FileContents& source_file,
364 FileContents patched;
425 FileContents target_file;