Lines Matching refs:PLOG

63                 PLOG(ERROR) << "Failed to close " << fd;  in CloseDescriptor()
71 PLOG(ERROR) << "Failed to set FD_CLOEXEC on " << fd; in SetCloseOnExec()
81 PLOG(ERROR) << "Running otapreopt failed: " << apexd_error_msg; in ActivateApexPackages()
91 PLOG(ERROR) << "Running /system/bin/apexd --unmount-all failed: " << apexd_error_msg; in DeactivateApexPackages()
108 PLOG(ERROR) << "Failed to mount " << block_device << " on " << target << " with " in TryMountWithFstypes()
177 PLOG(ERROR) << "Failed to unshare() for otapreopt."; in otapreopt_chroot()
183 PLOG(ERROR) << "Failed to mount private."; in otapreopt_chroot()
195 PLOG(ERROR) << "Failed to bind-mount " << kBindMounts[i]; in otapreopt_chroot()
227 PLOG(ERROR) << "Failed to mount a tmpfs for " << kPostInstallLinkerconfig; in otapreopt_chroot()
253 PLOG(ERROR) << "Failed to mount tmpfs in " << kPostinstallApexDir; in otapreopt_chroot()
257 PLOG(ERROR) << "Failed to restorecon " << kPostinstallApexDir; in otapreopt_chroot()
261 PLOG(ERROR) << "Failed to chmod " << kPostinstallApexDir << " to 0755"; in otapreopt_chroot()
265 PLOG(ERROR) << "Failed to chown " << kPostinstallApexDir << " to root:root"; in otapreopt_chroot()
271 PLOG(ERROR) << "Unable to chdir into /postinstall."; in otapreopt_chroot()
277 PLOG(ERROR) << "Failed to chroot"; in otapreopt_chroot()
282 PLOG(ERROR) << "Unable to chdir into /."; in otapreopt_chroot()
307 PLOG(ERROR) << "Running /system/bin/apexd --unmount-all failed: " << apexd_error_msg; in otapreopt_chroot()
320 PLOG(ERROR) << "unable to open /apex"; in otapreopt_chroot()
341 PLOG(ERROR) << "Failed to restorecon /linkerconfig"; in otapreopt_chroot()