Home
last modified time | relevance | path

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

/device/google/dragon/crash_collector/
Dcoredump_writer.cc296 const long kInvalidValue = -1; in GetFileMappings() local
297 const long file_count = GetValueFromNote<long>(note, 0, kInvalidValue); in GetFileMappings()
299 kInvalidValue); in GetFileMappings()
300 if (file_count == kInvalidValue || page_size == kInvalidValue) { in GetFileMappings()
308 note, sizeof(long) * (2 + 3 * i), kInvalidValue); in GetFileMappings()
310 note, sizeof(long) * (2 + 3 * i + 1), kInvalidValue); in GetFileMappings()
312 note, sizeof(long) * (2 + 3 * i + 2), kInvalidValue); in GetFileMappings()
313 if (start == kInvalidValue || end == kInvalidValue || in GetFileMappings()
314 offset == kInvalidValue) { in GetFileMappings()