Home
last modified time | relevance | path

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

/system/core/crash_reporter/
Duser_collector.h97 kErrorUnsupported32BitCoreFile, enumerator
Duser_collector.cc112 case kErrorUnsupported32BitCoreFile: in GetErrorTypeSignature()
297 return kErrorUnsupported32BitCoreFile; in ValidateCoreFile()
Duser_collector_test.cc424 EXPECT_EQ(UserCollector::kErrorUnsupported32BitCoreFile, in TEST_F()