Searched refs:DPLOG (Results 1 – 5 of 5) sorted by relevance
86 DPLOG(ERROR) << "Failed to get information on path " << path.value(); in VerifySpecificPathControlledByUser()393 DPLOG(ERROR) << "mkdtemp"; in CreateTemporaryDirInDirImpl()401 DPLOG(ERROR) << "mktemp"; in CreateTemporaryDirInDirImpl()405 DPLOG(ERROR) << "mkdir"; in CreateTemporaryDirInDirImpl()650 DPLOG(ERROR) << "Could not get the group ID of group \"" in VerifyPathControlledByAdmin()
27 DPLOG(ERROR) << "Couldn't stat" << path.value(); in GetStat()
552 DPLOG(WARNING) << "CreateFile failed for path " in WriteFile()564 DPLOG(WARNING) << "writing file " << UTF16ToUTF8(filename.value()) in WriteFile()
26 DPLOG(ERROR) << "Failed to duplicate a handle " << last_error; in CheckAndDuplicateHandle()
604 #define DPLOG(severity) LAZY_STREAM(PLOG_STREAM(severity), DLOG_IS_ON(severity)) macro