Lines Matching refs:source_filename
39 const char* source_filename,
698 // - otherwise, if the sha1 hash of <source_filename> is one of the
704 // Note that if <source_filename> and <target_filename> are not the
705 // same, <source_filename> is NOT deleted on success.
707 // source_filename".
712 // <source_filename> may refer to a partition to read the source data.
716 int applypatch(const char* source_filename,
724 printf("patch %s: ", source_filename);
728 target_filename = source_filename;
759 (target_filename != source_filename &&
760 strcmp(target_filename, source_filename) != 0)) {
765 LoadFileContents(source_filename, &source_file,
805 source_filename, target_filename,
817 const char* source_filename,
889 if (strncmp(source_filename, "MTD:", 4) == 0 ||
890 strncmp(source_filename, "EMMC:", 5) == 0) {
909 unlink(source_filename);