/external/libbrillo/brillo/ |
D | file_utils.cc | 80 PLOG(WARNING) << "Failed to delete entity at \"" << path.value() << '"'; in RegularFileOrDelete() 110 PLOG(WARNING) << "Failed to create directory for \"" << path.value() << '"'; in TouchFileInternal() 121 PLOG(WARNING) << "Failed to create file \"" << path.value() << '"'; in TouchFileInternal() 151 PLOG(WARNING) << "Failed to set permissions for \"" << path.value() << '"'; in TouchFile()
|
D | unittest_utils.cc | 22 PLOG(FATAL) << "Creating a pipe()"; in ScopedPipe() 40 PLOG(FATAL) << "Creating a socketpair()"; in ScopedSocketPair()
|
D | userdb_utils.cc | 27 PLOG(ERROR) << "Unable to find user " << user; in GetUserInfo() 46 PLOG(ERROR) << "Unable to find group " << group; in GetGroupInfo()
|
D | cryptohome.cc | 39 PLOG(ERROR) << "Could not get size of system salt: " << g_system_salt_path; in EnsureSystemSaltIsLoaded() 50 PLOG(ERROR) << "Could not read entire file: " << data_read in EnsureSystemSaltIsLoaded()
|
D | osrelease_reader.cc | 46 PLOG(FATAL) << "Could not read " << path.value(); in Load()
|
D | process_reaper.cc | 63 PLOG(ERROR) << "waitid failed"; in HandleSIGCHLD()
|
D | asynchronous_signal_handler.cc | 35 PLOG(WARNING) << "Failed to close file descriptor"; in ~AsynchronousSignalHandler()
|
D | process.cc | 255 PLOG(ERROR) << "Could not create " << output_file_; in Start() 293 PLOG(ERROR) << "Exec of " << argv[0] << " failed:"; in Start()
|
D | process_reaper_unittest.cc | 35 PLOG(ERROR) << "raise(" << sig << ")"; in ForkChildAndKill()
|
/external/minijail/examples/ |
D | drop_privs.cpp | 36 PLOG(FATAL) << "getgroups(0)"; in log_resugid() 46 PLOG(FATAL) << "getgroups(nsupp_groups)"; in log_resugid()
|
/external/libchrome/base/process/ |
D | process_metrics_posix.cc | 69 PLOG(INFO) << "Failed to set file descriptor limit"; in SetFdLimit() 72 PLOG(INFO) << "Failed to get file descriptor limit"; in SetFdLimit()
|
/external/libchrome/base/test/ |
D | multiprocess_test_android.cc | 34 PLOG(ERROR) << "fork"; in SpawnMultiProcessTestChild() 60 PLOG(FATAL) << "dup2"; in SpawnMultiProcessTestChild()
|
/external/minijail/test/ |
D | libminijail_test.cpp | 32 PLOG(ERROR) << "getgroups(0)"; in getgroups_with_alloc() 43 PLOG(ERROR) << "getgroups(nsupp_groups)"; in getgroups_with_alloc()
|
/external/libchrome/components/timers/ |
D | alarm_timer_chromeos.cc | 235 PLOG(ERROR) << "Unable to clear alarm time. Timer may still fire."; in Stop() 244 PLOG(DFATAL) << "Unable to read from timer file descriptor."; in OnFileCanReadWithoutBlocking() 296 PLOG(ERROR) << "Error while setting alarm time. Timer will not fire"; in ResetImpl()
|
/external/libchrome/crypto/ |
D | scoped_test_nss_db.cc | 64 PLOG(ERROR) << "SECMOD_CloseUserDB failed: " << PORT_GetError(); in ~ScopedTestNSSDB()
|
D | nss_util.cc | 229 PLOG(ERROR) << "SECMOD_CloseUserDB failed: " << PORT_GetError(); in ~ChromeOSUserData() 486 PLOG(ERROR) << "SECMOD_UpdateSlotList failed: " << PORT_GetError(); in GetTPMSlotForIdOnWorkerThread()
|
/external/libchrome/base/ |
D | logging_unittest.cc | 71 PLOG(INFO) << mock_log_source.Log(); in TEST_F() 137 PLOG(INFO) << mock_log_source.Log(); in TEST_F()
|
/external/dbus-binding-generator/chromeos-dbus-bindings/ |
D | test_utils.cc | 46 PLOG(ERROR) << "Reading from diff."; in GetUnifiedDiff()
|
/external/libchrome/sandbox/linux/services/ |
D | init_process_reaper.cc | 30 PLOG(ERROR) << "Failed to create socketpair"; in CreateInitProcessReaper()
|
/external/libchrome/base/message_loop/ |
D | message_loop_unittest.cc | 796 PLOG(ERROR) << "close"; in TEST() 798 PLOG(ERROR) << "close"; in TEST() 821 PLOG(ERROR) << "close"; in TEST() 823 PLOG(ERROR) << "close"; in TEST()
|
/external/libchrome/sandbox/linux/syscall_broker/ |
D | broker_host.cc | 192 PLOG(ERROR) << "Error reading message from the client"; in HandleRequest()
|
/external/libchrome/base/threading/ |
D | platform_thread_posix.cc | 115 PLOG(ERROR) << "pthread_create"; in CreateThread()
|
/external/webrtc/webrtc/base/ |
D | logging.h | 351 #define PLOG(sev, err) \ macro
|
/external/libchrome/base/time/ |
D | time_posix.cc | 156 PLOG(ERROR) << "Call to gettimeofday failed."; in Now()
|
/external/webrtc/webrtc/p2p/base/ |
D | stunport.cc | 501 PLOG(LERROR, socket_->GetError()) << "sendto"; in OnSendPacket()
|