Searched refs:source_file (Results 1 – 1 of 1) sorted by relevance
35 static int GenerateTarget(FileContents* source_file,637 FileContents source_file; in applypatch() local639 source_file.data = NULL; in applypatch()644 if (LoadFileContents(target_filename, &source_file, in applypatch()646 if (memcmp(source_file.sha1, target_sha1, SHA_DIGEST_SIZE) == 0) { in applypatch()651 free(source_file.data); in applypatch()656 if (source_file.data == NULL || in applypatch()661 free(source_file.data); in applypatch()662 source_file.data = NULL; in applypatch()663 LoadFileContents(source_filename, &source_file, in applypatch()[all …]