/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 | process.cc | 265 PLOG(ERROR) << "Could not create " << output_file_; in Start() 303 PLOG(ERROR) << "Exec of " << argv[0] << " failed:"; in Start() 362 PLOG(ERROR) << "Unable to send signal to " << pid_; in Kill() 372 PLOG(ERROR) << "Waitpid returned " << w; in Kill()
|
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 | 44 PLOG(ERROR) << "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_reaper_unittest.cc | 35 PLOG(ERROR) << "raise(" << sig << ")"; in ForkChildAndKill()
|
/external/minijail/examples/ |
D | drop_privs.cpp | 37 PLOG(FATAL) << "getgroups(0)"; in log_resugid() 47 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()
|
D | process_iterator_linux.cc | 67 PLOG(ERROR) << "opendir " << internal::kProcDir; in ProcessIterator()
|
/external/libchrome/base/memory/ |
D | shared_memory_posix.cc | 46 PLOG(WARNING) << "unlink"; in Free() 292 PLOG(ERROR) << "Creating shared memory in " << path.value() << " failed"; in Create() 295 PLOG(ERROR) << "Unable to access(W_OK|X_OK) " << dir.value(); in Create() 394 PLOG(ERROR) << "close"; in Close() 399 PLOG(ERROR) << "close"; in Close()
|
/external/libmojo/base/trace_event/ |
D | trace_event_android.cc | 36 PLOG(WARNING) << "Failed to write buffer '" << std::string(buffer, size) in WriteToATrace() 113 PLOG(WARNING) << "Couldn't open " << kATraceMarkerFile; in StartATrace() 199 PLOG(WARNING) << "Couldn't open " << kATraceMarkerFile; in AddClockSyncMetadataEvent()
|
/external/libmojo/mojo/edk/system/ |
D | broker_posix.cc | 38 PLOG(ERROR) << "Recvmsg error"; in WaitForBrokerMessage() 102 PLOG(ERROR) << "Error sending sync broker message"; in GetSharedBuffer()
|
/external/minijail/test/ |
D | libminijail_test.cpp | 33 PLOG(ERROR) << "getgroups(0)"; in getgroups_with_alloc() 44 PLOG(ERROR) << "getgroups(nsupp_groups)"; in getgroups_with_alloc()
|
/external/libmojo/mojo/edk/embedder/ |
D | platform_channel_pair_posix_unittest.cc | 90 PLOG(WARNING) << "read (expected 0 for EOF)"; in TEST_F() 96 PLOG(WARNING) << "write (expected EPIPE)"; in TEST_F() 104 PLOG(WARNING) << "write (expected EPIPE)"; in TEST_F()
|
/external/libchrome/components/timers/ |
D | alarm_timer_chromeos.cc | 239 PLOG(ERROR) << "Unable to clear alarm time. Timer may still fire."; in Stop() 248 PLOG(DFATAL) << "Unable to read from timer file descriptor."; in OnFileCanReadWithoutBlocking() 304 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()
|
/external/libchrome/base/test/ |
D | multiprocess_test_android.cc | 273 PLOG(FATAL) << "dup2"; in StartProcessInHelper() 413 PLOG(ERROR) << "fork"; in SpawnMultiProcessTestChild() 439 PLOG(FATAL) << "dup2"; in SpawnMultiProcessTestChild()
|
/external/libchrome/sandbox/linux/services/ |
D | init_process_reaper.cc | 30 PLOG(ERROR) << "Failed to create socketpair"; in CreateInitProcessReaper()
|
/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/libchrome/base/message_loop/ |
D | message_loop_unittest.cc | 723 PLOG(ERROR) << "close"; in TEST() 725 PLOG(ERROR) << "close"; in TEST() 748 PLOG(ERROR) << "close"; in TEST() 750 PLOG(ERROR) << "close"; in TEST()
|
/external/libese/tools/ese_ls_provision/ |
D | ese_ls_provision.cpp | 93 PLOG(ERROR) << "Failed to read from " << filename; in readFileToString()
|
/external/libchrome/sandbox/linux/syscall_broker/ |
D | broker_host.cc | 192 PLOG(ERROR) << "Error reading message from the client"; in HandleRequest()
|