Lines Matching refs:PLOG
71 PLOG(ERROR) << "Running otapreopt failed: " << apexd_error_msg; in ActivateApexPackages()
81 PLOG(ERROR) << "Running /system/bin/apexd --unmount-all failed: " << apexd_error_msg; in DeactivateApexPackages()
124 PLOG(ERROR) << "Not enough arguments."; in otapreopt_chroot()
141 PLOG(ERROR) << "Failed to unshare() for otapreopt."; in otapreopt_chroot()
147 PLOG(ERROR) << "Failed to mount private."; in otapreopt_chroot()
158 PLOG(ERROR) << "Failed to bind-mount " << kBindMounts[i]; in otapreopt_chroot()
190 PLOG(ERROR) << "Failed to mount a tmpfs for " << kPostInstallLinkerconfig; in otapreopt_chroot()
216 PLOG(ERROR) << "Failed to mount tmpfs in " << kPostinstallApexDir; in otapreopt_chroot()
220 PLOG(ERROR) << "Failed to restorecon " << kPostinstallApexDir; in otapreopt_chroot()
224 PLOG(ERROR) << "Failed to chmod " << kPostinstallApexDir << " to 0755"; in otapreopt_chroot()
228 PLOG(ERROR) << "Failed to chown " << kPostinstallApexDir << " to root:root"; in otapreopt_chroot()
234 PLOG(ERROR) << "Unable to chdir into /postinstall."; in otapreopt_chroot()
240 PLOG(ERROR) << "Failed to chroot"; in otapreopt_chroot()
245 PLOG(ERROR) << "Unable to chdir into /."; in otapreopt_chroot()
270 PLOG(ERROR) << "Running /system/bin/apexd --unmount-all failed: " << apexd_error_msg; in otapreopt_chroot()
283 PLOG(ERROR) << "unable to open /apex"; in otapreopt_chroot()
304 PLOG(ERROR) << "Failed to restorecon /linkerconfig"; in otapreopt_chroot()