Home | History | Annotate | Download | only in applypatch

Lines Matching refs:FileContents

46 static int LoadPartitionContents(const std::string& filename, FileContents* file);
48 static int GenerateTarget(const FileContents& source_file, const std::unique_ptr<Value>& patch,
54 int LoadFileContents(const char* filename, FileContents* file) {
84 // FileContents. filename should be a string of the form
97 static int LoadPartitionContents(const std::string& filename, FileContents* file) {
187 // Save the contents of the given FileContents object under the given
189 int SaveFileContents(const char* filename, const FileContents* file) {
393 FileContents file;
499 FileContents source_file;
527 FileContents copy_file;
570 FileContents source_file;
596 static int GenerateTarget(const FileContents& source_file, const std::unique_ptr<Value>& patch,