Home | History | Annotate | Download | only in applypatch

Lines Matching refs:source_filename

39                           const char* source_filename,
686 // - otherwise, if the sha1 hash of <source_filename> is one of the
692 // Note that if <source_filename> and <target_filename> are not the
693 // same, <source_filename> is NOT deleted on success.
695 // source_filename".
700 // <source_filename> may refer to a partition to read the source data.
704 int applypatch(const char* source_filename,
712 printf("patch %s: ", source_filename);
716 target_filename = source_filename;
747 (target_filename != source_filename &&
748 strcmp(target_filename, source_filename) != 0)) {
753 LoadFileContents(source_filename, &source_file,
793 source_filename, target_filename,
805 const char* source_filename,
877 if (strncmp(source_filename, "MTD:", 4) == 0 ||
878 strncmp(source_filename, "EMMC:", 5) == 0) {
897 unlink(source_filename);