Home
last modified time | relevance | path

Searched refs:VPLOG (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/files/
Dfile_util_posix.cc866 VPLOG(1) << "Unable to create file " << filename.value(); in AppendToFile()
872 VPLOG(1) << "Error while writing to file " << filename.value(); in AppendToFile()
877 VPLOG(1) << "Error while closing file " << filename.value(); in AppendToFile()
/external/libchrome/base/
Dlogging_unittest.cc116 VPLOG(0) << mock_log_source.Log(); in TEST_F()
182 VPLOG(1) << mock_log_source.Log(); in TEST_F()
Dlogging.h445 #define VPLOG(verbose_level) \ macro