Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/statsd/src/storage/
H A DStorageManager.cpp47 const uint32_t TRAIN_INFO_FILE_MAGIC = 0xfb7447bf; variable
169 result = write(fd, &TRAIN_INFO_FILE_MAGIC, sizeof(TRAIN_INFO_FILE_MAGIC)); in writeTrainInfo()
170 if (result != sizeof(TRAIN_INFO_FILE_MAGIC)) { in writeTrainInfo()
289 if (magic != TRAIN_INFO_FILE_MAGIC) { in readTrainInfoLocked()
290 VLOG("Train info magic was 0x%08x, expected 0x%08x", magic, TRAIN_INFO_FILE_MAGIC); in readTrainInfoLocked()