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

  /frameworks/native/cmds/dumpstate/
dumpstate.cpp 106 static int DumpFile(const std::string& title, const std::string& path) {
107 return ds.DumpFile(title, path);
195 DumpFile(title, path);
806 DumpFile("LAST KMSG", PSTORE_LAST_KMSG);
808 DumpFile("LAST KMSG", ALT_PSTORE_LAST_KMSG);
811 DumpFile("LAST KMSG", "/proc/last_kmsg");
817 // DumpFile("EVENT LOG TAGS", "/etc/event-log-tags");
876 ds.DumpFile("VM TRACES JUST NOW", dump_traces_path);
    [all...]
dumpstate.h 211 int DumpFile(const std::string& title, const std::string& path);
utils.cpp 584 int Dumpstate::DumpFile(const std::string& title, const std::string& path) {
1016 ds.DumpFile("RT_TABLES", RT_TABLES_PATH);
    [all...]
  /frameworks/native/cmds/dumpstate/tests/
dumpstate_test.cpp 159 int DumpFile(const std::string& title, const std::string& path) {
162 int status = ds.DumpFile(title, path);
481 EXPECT_EQ(-1, DumpFile("", "/I/cant/believe/I/exist"));
488 EXPECT_EQ(-1, DumpFile("Y U NO EXIST?", "/I/cant/believe/I/exist"));
497 EXPECT_EQ(0, DumpFile("", kTestDataPath + "single-line.txt"));
503 EXPECT_EQ(0, DumpFile("", kTestDataPath + "single-line-with-newline.txt"));
509 EXPECT_EQ(0, DumpFile("", kTestDataPath + "multiple-lines.txt"));
515 EXPECT_EQ(0, DumpFile("", kTestDataPath + "multiple-lines-with-newline.txt"));
522 EXPECT_EQ(0, DumpFile("", kTestDataPath + "single-line.txt"));
529 EXPECT_EQ(0, DumpFile("Might as well dump. Dump!", kTestDataPath + "single-line.txt"))
    [all...]
  /external/google-breakpad/src/tools/mac/dump_syms/
macho_dump.cc 122 void DumpFile(const char *filename) {
197 DumpFile(argv[i]);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dbgeng.h 225 STDMETHOD(OpenDumpFile)(THIS_ PCSTR DumpFile) PURE;
226 STDMETHOD(WriteDumpFile)(THIS_ PCSTR DumpFile,ULONG Qualifier) PURE;
296 STDMETHOD(OpenDumpFile)(THIS_ PCSTR DumpFile) PURE;
297 STDMETHOD(WriteDumpFile)(THIS_ PCSTR DumpFile,ULONG Qualifier) PURE;
325 STDMETHOD(WriteDumpFile2)(THIS_ PCSTR DumpFile,ULONG Qualifier,ULONG FormatFlags,PCSTR Comment) PURE;
358 STDMETHOD(OpenDumpFile)(THIS_ PCSTR DumpFile) PURE;
359 STDMETHOD(WriteDumpFile)(THIS_ PCSTR DumpFile,ULONG Qualifier) PURE;
387 STDMETHOD(WriteDumpFile2)(THIS_ PCSTR DumpFile,ULONG Qualifier,ULONG FormatFlags,PCSTR Comment) PURE;
423 STDMETHOD(OpenDumpFile)(THIS_ PCSTR DumpFile) PURE;
424 STDMETHOD(WriteDumpFile)(THIS_ PCSTR DumpFile,ULONG Qualifier) PURE
    [all...]

Completed in 175 milliseconds