Home
last modified time | relevance | path

Searched refs:PLOG (Results 1 – 25 of 51) sorted by relevance

123

/external/libbrillo/brillo/
Dfile_utils.cc93 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 …]
Dscoped_mount_namespace.cc45 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()
Dprocess.cc244 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()
Dunittest_utils.cc22 PLOG(FATAL) << "Creating a pipe()"; in ScopedPipe()
40 PLOG(FATAL) << "Creating a socketpair()"; in ScopedSocketPair()
Dcryptohome.cc50 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/
Dmount_namespace.cc41 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/
Dsafe_fd.cc65 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 …]
Dfile_util_test.cc73 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/
Dbspatch.cc78 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 …]
Dtest_utils.cc40 PLOG(ERROR) << "mkstemp() Failed"; in MakeTempFile()
95 PLOG(ERROR) << "Unable to remove temporary file."; in ~ScopedTempFile()
Dlogging.h17 #define PLOG(severity) LogMessage(__FILE__, __LINE__, #severity, errno).stream() macro
/external/libchrome/mojo/public/cpp/platform/
Dnamed_platform_channel_posix.cc66 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()
Dsocket_utils_posix.cc35 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/
Dshared_memory_helper.cc23 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()
Dplatform_shared_memory_region_posix.cc26 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/
Dscoped_hardware_buffer_handle.cc70 PLOG(ERROR) << "socketpair"; in SerializeAsFileDescriptor()
81 PLOG(ERROR) << "send"; in SerializeAsFileDescriptor()
101 PLOG(ERROR) << "recv"; in DeserializeFromFileDescriptor()
/external/minijail/examples/
Ddrop_privs.cpp37 PLOG(FATAL) << "getgroups(0)"; in log_resugid()
47 PLOG(FATAL) << "getgroups(nsupp_groups)"; in log_resugid()
/external/libchrome/base/trace_event/
Dtrace_event_android.cc37 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/base/process/
Dprocess_metrics_posix.cc85 PLOG(INFO) << "Failed to set file descriptor limit"; in IncreaseFdLimitTo()
88 PLOG(INFO) << "Failed to get file descriptor limit"; in IncreaseFdLimitTo()
/external/libchrome/components/timers/
Dalarm_timer_chromeos.cc84 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/
Dlibminijail_test.cpp33 PLOG(ERROR) << "getgroups(0)"; in getgroups_with_alloc()
44 PLOG(ERROR) << "getgroups(nsupp_groups)"; in getgroups_with_alloc()
/external/libchrome/base/android/library_loader/
Dlibrary_prefetcher.cc120 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/libchrome/mojo/core/
Dbroker_posix.cc40 PLOG(ERROR) << "Recvmsg error"; in WaitForBrokerMessage()
106 PLOG(ERROR) << "Error sending sync broker message"; in GetWritableSharedMemoryRegion()
/external/libbrillo/policy/
Dpolicy_util.cc23 PLOG(ERROR) << "Could not read policy off disk at " << policy_path.value(); in LoadPolicyFromPath()
/external/libchrome/base/message_loop/
Dmessage_pump_libevent_unittest.cc49 PLOG(ERROR) << "close"; in TearDown()
51 PLOG(ERROR) << "close"; in TearDown()

123