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

  /external/e2fsprogs/lib/ss/
test_ss.c 34 static int source_file(const char *cmd_file, int sci_idx) function
127 exit_status = source_file(cmd_file, sci_idx);
  /bootable/recovery/applypatch/
applypatch.c 614 FileContents source_file; local
619 // We try to load the target file into the source_file object.
620 if (LoadFileContents(target_filename, &source_file) == 0) {
621 if (memcmp(source_file.sha1, target_sha1, SHA_DIGEST_SIZE) == 0) {
630 if (source_file.data == NULL ||
635 free(source_file.data);
636 LoadFileContents(source_filename, &source_file);
639 if (source_file.data != NULL) {
640 int to_use = FindMatchingPatch(source_file.sha1,
648 free(source_file.data)
    [all...]
  /external/icu4c/tools/genprops/misc/
ucdcopy.py 153 for source_file in source_files:
154 basename = os.path.basename(source_file)
165 _unidata_files[basename](source_file, dest_file)
  /external/icu4c/tools/genprops/
ucdcopy.py 153 for source_file in source_files:
154 basename = os.path.basename(source_file)
165 _unidata_files[basename](source_file, dest_file)
  /external/e2fsprogs/tests/progs/
test_icount.c 246 static int source_file(const char *cmd_file, int sci_idx) function
352 exit_status = source_file(cmd_file, sci_idx);
test_rel.c 662 static int source_file(const char *cmd_file, int sci_idx) function
754 exit_status = source_file(cmd_file, sci_idx);
  /external/e2fsprogs/debugfs/
debugfs.c 1771 static int source_file(const char *cmd_file, int sci_idx) function
    [all...]

Completed in 268 milliseconds