Home
last modified time | relevance | path

Searched refs:dump_file (Results 1 – 14 of 14) sorted by relevance

/third_party/e2fsprogs/debugfs/
Ddump.c100 static void dump_file(const char *cmdname, ext2_ino_t ino, int fd, in dump_file() function
189 dump_file(argv[0], inode, fd, preserve, out_fn); in do_dump()
274 dump_file("rdump", ino, fd, 1, fullname); in rdump_inode()
381 dump_file(argv[0], inode, 1, 0, argv[2]); in do_cat()
/third_party/python/Lib/distutils/tests/
Dtest_config_cmd.py7 from distutils.command.config import dump_file, config
37 dump_file(this_file, 'I am the header')
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dwired.conf12 dump_file=/tmp/hostapd.dump
DChangeLog422 * replace dump_file functionality with same information being available
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dwired.conf12 dump_file=/tmp/hostapd.dump
DChangeLog422 * replace dump_file functionality with same information being available
/third_party/ntfs-3g/ntfsprogs/
Dntfscluster.c387 static int dump_file(ntfs_volume *vol, ntfs_inode *ino) in dump_file() function
539 result = dump_file(vol, ino); in main()
544 result = dump_file(vol, ino); in main()
558 result = dump_file(vol, ino); in main()
/third_party/cef/tools/
Dcrash_server.py296 dump_file = os.path.join(self._dump_directory, dump_id + '.dmp')
297 with open(dump_file, 'wb') as fp:
/third_party/python/Lib/distutils/command/
Dconfig.py129 dump_file(src, "compiling '%s':" % src)
331 def dump_file(filename, head=None): function
/third_party/flutter/skia/third_party/externals/libwebp/examples/
Dcwebp.c645 const char *in_file = NULL, *out_file = NULL, *dump_file = NULL; in main() local
696 dump_file = (const char*)GET_WARGV(argv, ++c); in main()
1097 if (dump_file) { in main()
1101 } else if (!DumpPicture(&picture, dump_file)) { in main()
1103 (const W_CHAR*)dump_file); in main()
/third_party/skia/third_party/externals/libwebp/examples/
Dcwebp.c651 const char* in_file = NULL, *out_file = NULL, *dump_file = NULL; in main() local
703 dump_file = (const char*)GET_WARGV(argv, ++c); in main()
1156 if (dump_file) { in main()
1160 } else if (!DumpPicture(&picture, dump_file)) { in main()
1162 (const W_CHAR*)dump_file); in main()
/third_party/f2fs-tools/fsck/
Ddump.c410 static void dump_file(struct f2fs_sb_info *sbi, struct node_info *ni, in dump_file() function
510 dump_file(sbi, &ni, node_blk, force); in dump_node()
/third_party/e2fsprogs/doc/RelNotes/
Dv1.42.txt793 Fixed debugfs's "dump_file" and "cat" functions work correctly
/third_party/e2fsprogs/debian/
Dchangelog1201 * Fixed debugfs's dump_file and cat functions so they work correctly