Home | History | Annotate | Download | only in applypatch

Lines Matching refs:source_filename

40                           const char* source_filename,
691 // - otherwise, if the sha1 hash of <source_filename> is one of the
697 // Note that if <source_filename> and <target_filename> are not the
698 // same, <source_filename> is NOT deleted on success.
700 // source_filename".
705 // <source_filename> may refer to a partition to read the source data.
709 int applypatch(const char* source_filename,
717 printf("patch %s: ", source_filename);
721 target_filename = source_filename;
751 (target_filename != source_filename &&
752 strcmp(target_filename, source_filename) != 0)) {
757 LoadFileContents(source_filename, &source_file);
795 source_filename, target_filename,
807 const char* source_filename,
879 if (strncmp(source_filename, "MTD:", 4) == 0 ||
880 strncmp(source_filename, "EMMC:", 5) == 0) {
899 unlink(source_filename);