Searched refs:kLastBootFile (Results 1 – 1 of 1) sorted by relevance
48 constexpr const char *kLastBootFile = "/data/misc/bootanimation/last_boot.proto"; variable104 if (!WriteStringToFile(mProto.SerializeAsString(), kLastBootFile)) { in storeParameters()105 ALOGE("Failed to write boot parameters to %s: %s", kLastBootFile, strerror(errno)); in storeParameters()111 if (chmod(kLastBootFile, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)) { in storeParameters()112 ALOGE("Failed to set permissions for %s: %s", kLastBootFile, strerror(errno)); in storeParameters()123 if (swapAndLoadBootConfigContents(kLastBootFile, kNextBootFile, &contents)) { in loadParameters()136 ALOGW("Failed to parse parameters from %s", kLastBootFile); in parseBootParameters()