Home | History | Annotate | Download | only in applypatch

Lines Matching full:source_filename

39                           const char* source_filename,
596 // - otherwise, if the sha1 hash of <source_filename> is one of the
602 // Note that if <source_filename> and <target_filename> are not the
603 // same, <source_filename> is NOT deleted on success.
605 // source_filename".
610 // <source_filename> may refer to a partition to read the source data.
614 int applypatch(const char* source_filename,
621 printf("\napplying patch to %s\n", source_filename);
625 target_filename = source_filename;
655 (target_filename != source_filename &&
656 strcmp(target_filename, source_filename) != 0)) {
661 LoadFileContents(source_filename, &source_file,
701 source_filename, target_filename,
713 const char* source_filename,
782 if (strncmp(source_filename, "MTD:", 4) == 0 ||
783 strncmp(source_filename, "EMMC:", 5) == 0) {
802 unlink(source_filename);