/external/libbrillo/brillo/ |
D | file_utils.cc | 93 PLOG(WARNING) << "Failed to delete entity at \"" << path.value() << '"'; in RegularFileOrDelete() 123 PLOG(WARNING) << "Failed to create directory for \"" << path.value() << '"'; in TouchFileInternal() 132 PLOG(WARNING) << "Failed to create file \"" << path.value() << '"'; in TouchFileInternal() 185 PLOG(WARNING) << "Failed to open " << file << " safely."; in OpenPathComponentInternal() 187 PLOG(WARNING) << "Failed to open " << file << "."; in OpenPathComponentInternal() 196 PLOG(ERROR) << "Failed to get fd flags for " << file; in OpenPathComponentInternal() 200 PLOG(ERROR) << "Failed to set fd flags for " << file; in OpenPathComponentInternal() 254 PLOG(WARNING) << "Failed to set permissions for \"" << path.value() << '"'; in TouchFile() 281 PLOG(ERROR) << "Failed to fstat " << path.value(); in OpenSafely() 311 PLOG(ERROR) << "Failed to fstat " << path.value(); in OpenAtSafely() [all …]
|
D | scoped_mount_namespace.cc | 45 PLOG(ERROR) << "Failed to open original mount namespace FD at " in CreateFromPath() 53 PLOG(ERROR) << "Failed to open mount namespace FD at " << ns_path.value(); in CreateFromPath() 58 PLOG(ERROR) << "Failed to enter mount namespace at " << ns_path.value(); in CreateFromPath()
|
D | process.cc | 244 PLOG(ERROR) << "Could not shuffle file descriptors"; in Start() 253 PLOG(ERROR) << "Could not open " << input_file_; in Start() 262 PLOG(ERROR) << "Could not dup fd to stdin for " << input_file_; in Start() 274 PLOG(ERROR) << "Could not create " << output_file_; in Start() 312 PLOG(ERROR) << "Exec of " << argv[0] << " failed"; in Start() 371 PLOG(ERROR) << "Unable to send signal to " << pid_; in Kill() 381 PLOG(ERROR) << "Waitpid returned " << w; in Kill()
|
D | unittest_utils.cc | 22 PLOG(FATAL) << "Creating a pipe()"; in ScopedPipe() 40 PLOG(FATAL) << "Creating a socketpair()"; in ScopedSocketPair()
|
D | cryptohome.cc | 50 PLOG(ERROR) << "Could not get size of system salt: " << g_system_salt_path; in EnsureSystemSaltIsLoaded() 61 PLOG(ERROR) << "Could not read entire file: " << data_read in EnsureSystemSaltIsLoaded()
|
/external/libbrillo/brillo/namespaces/ |
D | mount_namespace.cc | 41 PLOG(ERROR) << "Cannot create mount signalling pipe"; in Create() 45 PLOG(ERROR) << "Cannot create unshare signalling pipe"; in Create() 50 PLOG(ERROR) << "Fork failed"; in Create() 56 PLOG(ERROR) << "unshare(CLONE_NEWNS) failed"; in Create() 70 PLOG(ERROR) << "Mount(" << proc_ns_path << ", " << ns_path_.value() in Create() 78 PLOG(ERROR) << "waitpid(" << pid << ") failed"; in Create() 100 PLOG(ERROR) << "Failed to unmount " << ns_path_.value(); in Destroy()
|
/external/libbrillo/brillo/files/ |
D | safe_fd.cc | 65 PLOG(ERROR) << "Directory detected! failed to open \"" << file in OpenPathComponentInternal() 69 PLOG(ERROR) << "Not a directory! failed to open \"" << file in OpenPathComponentInternal() 73 PLOG(ERROR) << "FIFO detected! failed to open \"" << file in OpenPathComponentInternal() 77 PLOG(ERROR) << "Failed to open \"" << file << '"'; in OpenPathComponentInternal() 86 PLOG(ERROR) << "Failed to get fd flags for " << file; in OpenPathComponentInternal() 90 PLOG(ERROR) << "Failed to set fd flags for " << file; in OpenPathComponentInternal() 131 PLOG(ERROR) << "fstat failed"; in CheckAttributes() 218 PLOG(ERROR) << "Failed to write to file"; in Write() 223 PLOG(ERROR) << "Failed to truncate file"; in Write() 261 PLOG(ERROR) << "Failed to read file"; in Read() [all …]
|
D | file_util_test.cc | 73 PLOG(ERROR) << "Failed to create '" << sub_dir_path_.value() << "'"; in SetupSubdir() 78 PLOG(ERROR) << "Failed to set permissions of '" << sub_dir_path_.value() in SetupSubdir() 89 PLOG(ERROR) << "Failed to create symlink to '" << symlink_file_path_.value() in SetupSymlinks() 94 PLOG(ERROR) << "Failed to create symlink to'" << symlink_dir_path_.value() in SetupSymlinks() 107 PLOG(ERROR) << "base::WriteFile failed"; in WriteFile() 111 PLOG(ERROR) << "chmod failed"; in WriteFile()
|
/external/bsdiff/ |
D | bspatch.cc | 78 PLOG(ERROR) << "WriteAll() failed."; in ReadStreamAndWriteAll() 122 PLOG(ERROR) << "Error stat the new file: " << new_filename; in IsOverlapping() 126 PLOG(ERROR) << "Error stat the old file: " << old_filename; in IsOverlapping() 157 PLOG(ERROR) << "Error opening the patch file: " << patch_filename; in bspatch() 164 PLOG(ERROR) << "Error reading the patch file: " << patch_filename; in bspatch() 188 PLOG(ERROR) << "Error opening the old file: " << old_filename; in bspatch() 205 PLOG(ERROR) << "Error opening the new file: " << new_filename; in bspatch() 298 PLOG(ERROR) << "Error seeking input file to offset: " << seek_offset; in bspatch() 309 PLOG(ERROR) << "Error reading from input file."; in bspatch() 325 PLOG(ERROR) << "Error writing to new file."; in bspatch() [all …]
|
D | test_utils.cc | 40 PLOG(ERROR) << "mkstemp() Failed"; in MakeTempFile() 95 PLOG(ERROR) << "Unable to remove temporary file."; in ~ScopedTempFile()
|
D | logging.h | 17 #define PLOG(severity) LogMessage(__FILE__, __LINE__, #severity, errno).stream() macro
|
/external/libchrome/mojo/public/cpp/platform/ |
D | named_platform_channel_posix.cc | 66 PLOG(ERROR) << "Failed to create AF_UNIX socket."; in CreateUnixDomainSocket() 72 PLOG(ERROR) << "base::SetNonBlocking() failed " << handle.GetFD().get(); in CreateUnixDomainSocket() 97 PLOG(ERROR) << "unlink " << name; in CreateServerEndpoint() 113 PLOG(ERROR) << "bind " << name; in CreateServerEndpoint() 119 PLOG(ERROR) << "listen " << name; in CreateServerEndpoint() 145 PLOG(ERROR) << "connect " << server_name; in CreateClientEndpoint()
|
D | socket_utils_posix.cc | 35 PLOG(ERROR) << "getpeereid " << fd; in GetPeerEuid() 44 PLOG(ERROR) << "getsockopt " << fd; in GetPeerEuid() 185 PLOG(ERROR) << "base::SetNonBlocking() failed " << accepted_handle.get(); in AcceptSocketConnection()
|
/external/libchrome/base/memory/ |
D | shared_memory_helper.cc | 23 PLOG(WARNING) << "unlink"; in Free() 115 PLOG(ERROR) << "setrlimit() failed"; in PrepareMapFile() 119 PLOG(ERROR) << "getrlimit() failed"; in PrepareMapFile() 138 PLOG(ERROR) << "readlink failed for: " << fd_path; in PrepareMapFile()
|
D | platform_shared_memory_region_posix.cc | 26 PLOG(WARNING) << "unlink"; in Free() 222 PLOG(ERROR) << "Creating shared memory in " << path.value() << " failed"; in Create() 225 PLOG(ERROR) << "Unable to access(W_OK|X_OK) " << dir.value(); in Create()
|
/external/libchrome/base/android/ |
D | scoped_hardware_buffer_handle.cc | 70 PLOG(ERROR) << "socketpair"; in SerializeAsFileDescriptor() 81 PLOG(ERROR) << "send"; in SerializeAsFileDescriptor() 101 PLOG(ERROR) << "recv"; in DeserializeFromFileDescriptor()
|
/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 | 85 PLOG(INFO) << "Failed to set file descriptor limit"; in IncreaseFdLimitTo() 88 PLOG(INFO) << "Failed to get file descriptor limit"; in IncreaseFdLimitTo()
|
/external/libchrome/base/trace_event/ |
D | trace_event_android.cc | 37 PLOG(WARNING) << "Failed to write buffer '" << std::string(buffer, size) in WriteToATrace() 114 PLOG(WARNING) << "Couldn't open " << kATraceMarkerFile; in StartATrace() 200 PLOG(WARNING) << "Couldn't open " << kATraceMarkerFile; in AddClockSyncMetadataEvent()
|
/external/libchrome/components/timers/ |
D | alarm_timer_chromeos.cc | 84 PLOG(ERROR) << "Error while setting alarm time. Timer will not fire"; in Reset() 113 PLOG(DFATAL) << "Unable to read from timer file descriptor."; in OnAlarmFdReadableWithoutBlocking()
|
/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/libchrome/base/android/library_loader/ |
D | library_prefetcher.cc | 120 PLOG(ERROR) << "madvise() failed"; in MadviseOnRange() 142 PLOG(ERROR) << "Cannot get the time."; in CollectResidency() 163 PLOG(ERROR) << "Cannot open file to dump the residency data " in DumpResidency()
|
/external/angle/third_party/zlib/google/ |
D | zip_writer.cc | 54 PLOG(ERROR) << "Cannot read file " << Redact(path); in AddFileContent() 62 PLOG(ERROR) << "Cannot write data from file " << Redact(path) in AddFileContent() 158 PLOG(ERROR) << "Cannot create ZIP file " << Redact(zip_file_path); in Create()
|
/external/libchrome/mojo/core/ |
D | broker_posix.cc | 40 PLOG(ERROR) << "Recvmsg error"; in WaitForBrokerMessage() 106 PLOG(ERROR) << "Error sending sync broker message"; in GetWritableSharedMemoryRegion()
|
/external/libbrillo/policy/ |
D | policy_util.cc | 23 PLOG(ERROR) << "Could not read policy off disk at " << policy_path.value(); in LoadPolicyFromPath()
|