HomeSort by relevance Sort by last modified time
    Searched full:compare_file (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/util/
subst.c 270 static int compare_file(const char *outfn, const char *newfn) function
377 if (compare_file(outfn, newfn)) {
  /frameworks/base/libs/androidfw/
BackupHelpers.cpp 851 compare_file(const char* path, const unsigned char* data, int len) function in namespace:android
858 fprintf(stderr, "compare_file error (%s) opening %s\n", strerror(errno), path);
871 fprintf(stderr, "compare_file file length should be %d, was %d\n", len, amt);
879 fprintf(stderr, "compare_file read expected %d bytes but got %d\n", len, amt);
886 fprintf(stderr, "compare_file contents are different: (index, expected, actual)\n");
929 err = compare_file(filename, correct_data, sizeof(correct_data));
1065 err = compare_file(filename, correct_data, sizeof(correct_data));
    [all...]

Completed in 340 milliseconds