Home
last modified time | relevance | path

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

/packages/modules/Virtualization/microdroid/kdump/
Dcrashdump.c30 #define DUMP_SOURCE "/proc/vmcore" macro
61 int vmcore = open(DUMP_SOURCE, O_RDONLY); in main()
63 FAIL("Failed to open %s", DUMP_SOURCE); in main()
87 FAIL("Failed to stat %s", DUMP_SOURCE); in main()
99 FAIL("Failed to read from %s", DUMP_SOURCE); in main()