/external/e2fsprogs/debugfs/ |
dump.c | 100 static void dump_file(const char *cmdname, ext2_ino_t ino, int fd, function 135 fix_perms("dump_file", &inode, fd, outname); 184 dump_file(argv[0], inode, fd, preserve, out_fn); 266 dump_file("rdump", ino, fd, 1, fullname); 363 dump_file(argv[0], inode, 1, 0, argv[2]);
|
/frameworks/base/cmds/dumpstate/ |
utils.c | 100 int dump_file(const char *title, const char* path) { function
|
/external/bluetooth/hcidump/src/ |
hcidump.c | 89 static char *dump_file = NULL; variable 1026 dump_file = strdup(optarg); 1031 dump_file = strdup(optarg); 1153 read_dump(open_file(dump_file, mode, flags)); 1158 open_file(dump_file, mode, flags), flags);
|
/external/yaffs2/yaffs2/direct/ |
dtest.c | 142 void dump_file(const char *fn) function [all...] |