Searched refs:logoPath (Results 1 - 1 of 1) sorted by relevance
/base/startup/init/services/begetctl/ |
H A D | misc_daemon.cpp | 57 static void WriteLogoContent(int fd, const std::string &logoPath, uint32_t size) in WriteLogoContent() argument 63 FILE *rgbFile = fopen(logoPath.c_str(), "rb"); in WriteLogoContent() 89 static int WriteLogo(int fd, const std::string &logoPath) in WriteLogo() argument 93 BSH_LOGI("Failed lseek logoPath %s errno %d ", logoPath.c_str(), errno); in WriteLogo() 99 BSH_LOGI("Failed magic logoPath %s errno %d ", logoPath.c_str(), errno); in WriteLogo() 116 if (stat(logoPath.c_str(), &st) < 0) { in WriteLogo() 118 BSH_LOGI("%s is not exist", logoPath.c_str()); in WriteLogo() 120 BSH_LOGI("Failed to get %s stat", logoPath in WriteLogo() 143 WriteLogoToMisc(const std::string &logoPath) WriteLogoToMisc() argument [all...] |
Completed in 1 milliseconds