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

  /external/google-breakpad/src/tools/mac/dump_syms/
macho_dump.cc 122 void DumpFile(const char *filename) {
197 DumpFile(argv[i]);
  /frameworks/native/cmds/dumpstate/tests/
dumpstate_test.cpp 161 int DumpFile(const std::string& title, const std::string& path) {
164 int status = ds.DumpFile(title, path);
525 EXPECT_EQ(-1, DumpFile("", "/I/cant/believe/I/exist"));
532 EXPECT_EQ(-1, DumpFile("Y U NO EXIST?", "/I/cant/believe/I/exist"));
541 EXPECT_EQ(0, DumpFile("", kTestDataPath + "single-line.txt"));
547 EXPECT_EQ(0, DumpFile("", kTestDataPath + "single-line-with-newline.txt"));
553 EXPECT_EQ(0, DumpFile("", kTestDataPath + "multiple-lines.txt"));
559 EXPECT_EQ(0, DumpFile("", kTestDataPath + "multiple-lines-with-newline.txt"));
566 EXPECT_EQ(0, DumpFile("", kTestDataPath + "single-line.txt"));
573 EXPECT_EQ(0, DumpFile("Might as well dump. Dump!", kTestDataPath + "single-line.txt"))
    [all...]
  /frameworks/native/cmds/dumpstate/
utils.cpp 559 int Dumpstate::DumpFile(const std::string& title, const std::string& path) {
    [all...]
dumpstate.cpp 134 static int DumpFile(const std::string& title, const std::string& path) {
135 return ds.DumpFile(title, path);
307 DumpFile(title, path);
870 DumpFile("LAST KMSG", PSTORE_LAST_KMSG);
872 DumpFile("LAST KMSG", ALT_PSTORE_LAST_KMSG);
875 DumpFile("LAST KMSG", "/proc/last_kmsg");
    [all...]

Completed in 3531 milliseconds