Searched defs:DumpUmountDebuggingInfo (Results 1 - 1 of 1) sorted by relevance

/system/core/init/
H A Dreboot.cpp251 static void DumpUmountDebuggingInfo(bool dump_all) { function in namespace:android::init
327 if (DUMP_ON_UMOUNT_FAILURE) DumpUmountDebuggingInfo(true);
331 if ((st != UMOUNT_STAT_SUCCESS) && DUMP_ON_UMOUNT_FAILURE) DumpUmountDebuggingInfo(false);

Completed in 250 milliseconds