Searched refs:cmd_file (Results 1 – 6 of 6) sorted by relevance
/external/e2fsprogs/lib/ss/ |
D | test_ss.c | 35 static int source_file(const char *cmd_file, int sci_idx) in source_file() argument 44 if (strcmp(cmd_file, "-") == 0) in source_file() 47 f = fopen(cmd_file, "r"); in source_file() 49 perror(cmd_file); in source_file() 88 char *cmd_file = 0; in main() local 98 cmd_file = optarg; in main() 129 } else if (cmd_file) { in main() 130 exit_status = source_file(cmd_file, sci_idx); in main()
|
/external/e2fsprogs/tests/progs/ |
D | test_icount.c | 272 static int source_file(const char *cmd_file, int sci_idx) in source_file() argument 281 if (strcmp(cmd_file, "-") == 0) in source_file() 284 f = fopen(cmd_file, "r"); in source_file() 286 perror(cmd_file); in source_file() 330 char *cmd_file = 0; in main() local 354 cmd_file = optarg; in main() 381 } else if (cmd_file) { in main() 382 exit_status = source_file(cmd_file, sci_idx); in main()
|
D | test_rel.c | 663 static int source_file(const char *cmd_file, int sci_idx) in source_file() argument 672 if (strcmp(cmd_file, "-") == 0) in source_file() 675 f = fopen(cmd_file, "r"); in source_file() 677 perror(cmd_file); in source_file() 720 char *cmd_file = 0; in main() local 730 cmd_file = optarg; in main() 756 } else if (cmd_file) { in main() 757 exit_status = source_file(cmd_file, sci_idx); in main()
|
/external/e2fsprogs/lib/ext2fs/ |
D | tst_bitmaps.c | 38 static int source_file(const char *cmd_file, int sci_idx) in source_file() argument 46 if (strcmp(cmd_file, "-") == 0) in source_file() 49 f = fopen(cmd_file, "r"); in source_file() 51 perror(cmd_file); in source_file() 658 char *cmd_file = 0; in main() local 691 cmd_file = optarg; in main() 724 } else if (cmd_file) { in main() 725 exit_status = source_file(cmd_file, sci_idx); in main()
|
/external/toolchain-utils/cros_utils/ |
D | 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/ |
D | debugfs.c | 2465 static int source_file(const char *cmd_file, int ss_idx) in source_file() argument 2473 if (strcmp(cmd_file, "-") == 0) in source_file() 2476 f = fopen(cmd_file, "r"); in source_file() 2478 perror(cmd_file); in source_file() 2521 char *cmd_file = 0; in main() local 2565 cmd_file = optarg; in main() 2642 } else if (cmd_file) { in main() 2643 exit_status = source_file(cmd_file, ss_sci_idx); in main()
|