Lines Matching refs:PLOG

93       PLOG(WARNING) << "Failed to delete entity at \"" << path.value() << '"';  in RegularFileOrDelete()
123 PLOG(WARNING) << "Failed to create directory for \"" << path.value() << '"'; in TouchFileInternal()
132 PLOG(WARNING) << "Failed to create file \"" << path.value() << '"'; in TouchFileInternal()
185 PLOG(WARNING) << "Failed to open " << file << " safely."; in OpenPathComponentInternal()
187 PLOG(WARNING) << "Failed to open " << file << "."; in OpenPathComponentInternal()
196 PLOG(ERROR) << "Failed to get fd flags for " << file; in OpenPathComponentInternal()
200 PLOG(ERROR) << "Failed to set fd flags for " << file; in OpenPathComponentInternal()
254 PLOG(WARNING) << "Failed to set permissions for \"" << path.value() << '"'; in TouchFile()
281 PLOG(ERROR) << "Failed to fstat " << path.value(); in OpenSafely()
311 PLOG(ERROR) << "Failed to fstat " << path.value(); in OpenAtSafely()
344 PLOG(ERROR) << "Failed to fstat " << path.value(); in OpenFifoSafely()
382 PLOG(ERROR) << "Failed to mkdirat " << *itr in MkdirRecursively()
424 PLOG(WARNING) << "Could not open " << path.value() << " for syncing"; in SyncFileOrDirectory()
432 PLOG(WARNING) << "Failed to sync " << path.value(); in SyncFileOrDirectory()
439 PLOG(WARNING) << "Failed to close after sync " << path.value(); in SyncFileOrDirectory()
464 PLOG(WARNING) << "Could not compute random suffix"; in WriteToFileAtomic()
471 PLOG(WARNING) << "Could not open " << temp_name << " for atomic write"; in WriteToFileAtomic()
481 PLOG(WARNING) << "Could not write " << temp_name; in WriteToFileAtomic()
490 PLOG(WARNING) << "Could not fsync " << temp_name; in WriteToFileAtomic()
496 PLOG(WARNING) << "Could not close " << temp_name; in WriteToFileAtomic()
502 PLOG(WARNING) << "Could not close " << temp_name; in WriteToFileAtomic()