Home
last modified time | relevance | path

Searched refs:DPLOG (Results 1 – 5 of 5) sorted by relevance

/third_party/gn/src/base/files/
Dfile_util_posix.cc86 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()
Dfile_enumerator_posix.cc27 DPLOG(ERROR) << "Couldn't stat" << path.value(); in GetStat()
Dfile_util_win.cc552 DPLOG(WARNING) << "CreateFile failed for path " in WriteFile()
564 DPLOG(WARNING) << "writing file " << UTF16ToUTF8(filename.value()) in WriteFile()
/third_party/gn/src/base/win/
Dscoped_process_information.cc26 DPLOG(ERROR) << "Failed to duplicate a handle " << last_error; in CheckAndDuplicateHandle()
/third_party/gn/src/base/
Dlogging.h604 #define DPLOG(severity) LAZY_STREAM(PLOG_STREAM(severity), DLOG_IS_ON(severity)) macro