HomeSort by relevance Sort by last modified time
    Searched defs:dump_file (Results 1 - 12 of 12) sorted by null

  /ndk/sources/host-tools/ndk-stack/
ndk-stack.c 37 const char* dump_file = NULL; local
48 dump_file = argv[n];
64 if (dump_file == NULL) {
72 FILE* handle = use_stdin ? stdin : fopen(dump_file, "r");
84 dump_file, strerror(errno));
  /external/chromium_org/content/browser/media/
webrtc_aecdump_browsertest.cc 80 base::FilePath dump_file; local
81 ASSERT_TRUE(CreateTemporaryFile(&dump_file));
82 base::DeleteFile(dump_file, false);
86 WebRTCInternals::GetInstance()->FileSelected(dump_file, -1, NULL);
93 EXPECT_FALSE(base::PathExists(dump_file));
100 dump_file = dump_file.AddExtension(IntToStringType(render_process_id))
103 EXPECT_TRUE(base::PathExists(dump_file));
105 EXPECT_TRUE(base::GetFileSize(dump_file, &file_size));
108 base::DeleteFile(dump_file, false)
138 base::FilePath dump_file; local
188 base::FilePath dump_file; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_config_cmd.py 7 from distutils.command.config import dump_file, config namespace
37 dump_file(this_file, 'I am the header')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_config_cmd.py 7 from distutils.command.config import dump_file, config namespace
37 dump_file(this_file, 'I am the header')
  /external/e2fsprogs/debugfs/
dump.c 102 static void dump_file(const char *cmdname, ext2_ino_t ino, int fd, function
144 fix_perms("dump_file", &inode, fd, outname);
190 dump_file(argv[0], inode, fd, preserve, out_fn);
277 dump_file("rdump", ino, fd, 1, fullname);
377 dump_file(argv[0], inode, 1, 0, argv[2]);
  /external/f2fs-tools/fsck/
dump.c 226 void dump_file(struct f2fs_sb_info *sbi, struct node_info *ni, function
293 dump_file(sbi, &ni, node_blk);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
config.py 135 dump_file(src, "compiling '%s':" % src)
344 def dump_file(filename, head=None): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
config.py 135 dump_file(src, "compiling '%s':" % src)
344 def dump_file(filename, head=None): function
  /development/tools/elftree/
elftree.c 146 static int dump_file(struct tree_state *t, char *name, char *path);
161 dump_file(t, name, path);
203 static int dump_file(struct tree_state *t, char *name, char *file) function
325 dump_file(&t, root_name, root_name);
  /external/yaffs2/yaffs2/direct/
dtest.c 142 void dump_file(const char *fn) function
    [all...]
  /frameworks/native/cmds/dumpstate/
utils.c 254 int dump_file(const char *title, const char *path) { function
673 dump_file("RT_TABLES", RT_TABLES_PATH);
  /frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
VideoDumpView.java 141 for (File dump_file :dump_files) {
142 dump_file.delete();

Completed in 482 milliseconds