HomeSort by relevance Sort by last modified time
    Searched defs:source_file (Results 1 - 5 of 5) sorted by null

  /external/e2fsprogs/lib/ss/
test_ss.c 34 static int source_file(const char *cmd_file, int sci_idx) function
129 exit_status = source_file(cmd_file, sci_idx);
  /external/e2fsprogs/tests/progs/
test_icount.c 246 static int source_file(const char *cmd_file, int sci_idx) function
354 exit_status = source_file(cmd_file, sci_idx);
test_rel.c 662 static int source_file(const char *cmd_file, int sci_idx) function
756 exit_status = source_file(cmd_file, sci_idx);
  /bootable/recovery/applypatch/
applypatch.c 35 static int GenerateTarget(FileContents* source_file,
635 FileContents source_file; local
637 source_file.data = NULL;
641 // We try to load the target file into the source_file object.
642 if (LoadFileContents(target_filename, &source_file,
644 if (memcmp(source_file.sha1, target_sha1, SHA_DIGEST_SIZE) == 0) {
649 free(source_file.data);
654 if (source_file.data == NULL ||
659 free(source_file.data);
660 source_file.data = NULL
    [all...]
  /external/e2fsprogs/debugfs/
debugfs.c 2099 static int source_file(const char *cmd_file, int sci_idx) function
    [all...]

Completed in 1017 milliseconds