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

  /external/e2fsprogs/lib/ss/
test_ss.c 35 static int source_file(const char *cmd_file, int sci_idx)
44 if (strcmp(cmd_file, "-") == 0)
47 f = fopen(cmd_file, "r");
49 perror(cmd_file);
88 char *cmd_file = 0; local
98 cmd_file = optarg;
102 "[-f cmd_file]");
129 } else if (cmd_file) {
130 exit_status = source_file(cmd_file, sci_idx);
  /external/e2fsprogs/tests/progs/
test_icount.c 247 static int source_file(const char *cmd_file, int sci_idx)
256 if (strcmp(cmd_file, "-") == 0)
259 f = fopen(cmd_file, "r");
261 perror(cmd_file);
305 char *cmd_file = 0; local
329 cmd_file = optarg;
333 "[-R request] [-f cmd_file]");
356 } else if (cmd_file) {
357 exit_status = source_file(cmd_file, sci_idx);
test_rel.c 663 static int source_file(const char *cmd_file, int sci_idx)
672 if (strcmp(cmd_file, "-") == 0)
675 f = fopen(cmd_file, "r");
677 perror(cmd_file);
716 const char *usage = "Usage: test_rel [-R request] [-f cmd_file]";
720 char *cmd_file = 0; local
730 cmd_file = optarg;
756 } else if (cmd_file) {
757 exit_status = source_file(cmd_file, sci_idx);
  /external/e2fsprogs/lib/ext2fs/
tst_bitmaps.c 38 static int source_file(const char *cmd_file, int sci_idx)
46 if (strcmp(cmd_file, "-") == 0)
49 f = fopen(cmd_file, "r");
51 perror(cmd_file);
640 char *cmd_file = 0; local
673 cmd_file = optarg;
677 "[-f cmd_file]", subsystem_name);
706 } else if (cmd_file) {
707 exit_status = source_file(cmd_file, sci_idx);
  /external/toolchain-utils/cros_utils/
logger.py 49 cmd_file = '%s.cmd' % suffixed_basename
50 if not os.path.exists(cmd_file):
53 timestamps.append(os.stat(cmd_file).st_mtime)
221 cmd_file = '%s.cmd' % suffixed_basename
222 if not os.path.exists(cmd_file):
225 timestamps.append(os.stat(cmd_file).st_mtime)
  /external/e2fsprogs/debugfs/
debugfs.c 2422 char *cmd_file = 0; local
    [all...]
  /external/abi-compliance-checker/modules/Internals/
SysCheck.pm     [all...]
  /external/abi-compliance-checker/
abi-compliance-checker.pl 8695 sub cmd_file($) subroutine
    [all...]

Completed in 211 milliseconds