OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PLOG
(Results
51 - 75
of
173
) sorted by null
1
2
3
4
5
6
7
/art/runtime/base/
scoped_flock.cc
61
PLOG
(WARNING) << "Failed to stat, will retry: " << filename;
124
PLOG
(WARNING) << "Could not close scoped file lock file.";
mutex.cc
354
PLOG
(shutting_down ? WARNING : FATAL) << "pthread_mutex_destroy failed for " << name_;
380
PLOG
(FATAL) << "futex wait failed for " << name_;
427
PLOG
(FATAL) << "pthread_mutex_trylock failed for " << name_;
544
PLOG
(shutting_down ? WARNING : FATAL) << "pthread_rwlock_destroy failed for " << name_;
567
PLOG
(FATAL) << "futex wait failed for " << name_;
647
PLOG
(FATAL) << "timed futex wait failed for " << name_;
662
PLOG
(FATAL) << "pthread_rwlock_timedwrlock failed for " << name_;
679
PLOG
(FATAL) << "futex wait failed for " << name_;
707
PLOG
(FATAL) << "pthread_mutex_trylock failed for " << name_;
782
PLOG
(shutting_down ? WARNING : FATAL) << "pthread_cond_destroy failed for " << name_
[
all
...]
/art/runtime/
zip_archive.cc
81
PLOG
(WARNING) << "fcntl(" << fd << ", F_GETFD) failed";
86
PLOG
(WARNING) << "fcntl(" << fd << ", F_SETFD, " << flags << ") failed";
thread_linux.cc
34
PLOG
(FATAL) << "sigaltstack failed";
signal_catcher.cc
111
PLOG
(ERROR) << "Unable to open stack trace file '" << stack_trace_file_ << "'";
124
PLOG
(ERROR) << "Failed to write stack traces to '" << stack_trace_file_ << "'";
/external/minijail/test/
libminijail_test.cpp
32
PLOG
(ERROR) << "getgroups(0)";
43
PLOG
(ERROR) << "getgroups(nsupp_groups)";
/system/extras/simpleperf/
environment.cpp
72
PLOG
(ERROR) << "can't open online cpu information";
117
PLOG
(ERROR) << "failed to open file " << symbol_file;
153
PLOG
(DEBUG) << "failed to open file /proc/modules";
180
PLOG
(FATAL) << "can't read linux version";
332
PLOG
(DEBUG) << "can't open file " << map_file;
410
PLOG
(ERROR) << "readlink failed";
429
PLOG
(ERROR) << "failed to read /proc/sys/kernel/perf_event_paranoid";
434
PLOG
(ERROR) << "failed to parse /proc/sys/kernel/perf_event_paranoid: " << s;
/frameworks/native/cmds/installd/
commands.cpp
86
PLOG
(ERROR) << "Failed to prepare " << path;
90
PLOG
(ERROR) << "Failed to setfilecon " << path;
97
PLOG
(ERROR) << "Failed to prepare " << path;
102
PLOG
(ERROR) << "Failed to setfilecon " << path;
111
PLOG
(ERROR) << "Failed to prepare " << profile_path;
117
PLOG
(ERROR) << "Failed to prepare " << profile_path;
126
PLOG
(ERROR) << "Failed to prepare " << ref_profile_path;
147
PLOG
(ERROR) << "Failed to mark default storage " << ce_path;
160
PLOG
(ERROR) << "Failed to delete";
164
PLOG
(ERROR) << "Failed to rename"
[
all
...]
/external/libbrillo/brillo/
osrelease_reader.cc
46
PLOG
(FATAL) << "Could not read " << path.value();
cryptohome.cc
39
PLOG
(ERROR) << "Could not get size of system salt: " << g_system_salt_path;
50
PLOG
(ERROR) << "Could not read entire file: " << data_read
process_reaper.cc
63
PLOG
(ERROR) << "waitid failed";
/system/connectivity/shill/
protobuf_lite_streams.cc
35
PLOG
(ERROR) << __func__ << ": "
/system/core/metricsd/collectors/
disk_usage_collector.cc
49
PLOG
(ERROR) << "Failed to check the available space in "
/system/update_engine/common/
utils.cc
203
PLOG
(ERROR) << "Error reading fd " << fd;
242
PLOG
(ERROR) << "pwrite error; num_attempts=" << num_attempts
404
PLOG
(ERROR) << "Error running ioctl(BLKGETSIZE64) on " << fd;
414
PLOG
(ERROR) << "Error stat-ing " << fd;
428
PLOG
(ERROR) << "Error opening " << path;
433
PLOG
(ERROR) << "Error getting file size of " << path;
647
PLOG
(ERROR) << "Opening block device " << device;
661
PLOG
(ERROR) << "Marking block device " << device << " as read_only="
685
PLOG
(WARNING) << "Unable to mount destination device " << device
731
PLOG
(ERROR) << "Unable to read the file system header:"
[
all
...]
/system/update_engine/payload_consumer/
postinstall_runner_action.cc
197
PLOG
(ERROR) << "Unable to set non-blocking I/O mode on fd " << progress_fd_;
269
PLOG
(WARNING) << "Not removing temporary mountpoint " << fs_mount_dir_;
344
PLOG
(ERROR) << "Couldn't pause child process " << current_command_;
352
PLOG
(ERROR) << "Couldn't resume child process " << current_command_;
/system/vold/
Ext4Crypt.cpp
150
PLOG
(ERROR) << "Unable to find device keyring";
168
PLOG
(ERROR) << "Failed to insert key into keyring " << device_keyring;
188
PLOG
(ERROR) << "Unable to open ce key directory: " + directory_path;
197
PLOG
(ERROR) << "Unable to read ce key directory: " + directory_path;
247
PLOG
(WARNING) << "Unable to rename " << to_fix << " to " << current_path;
285
PLOG
(ERROR) << "Failed to prepare " << dir;
294
PLOG
(ERROR) << "Failed to destroy " << dir;
302
// TODO status_t plays badly with
PLOG
, fix it.
326
PLOG
(ERROR) << "Unable to move new key to location: " << key_path;
394
PLOG
(ERROR) << "Unable to read de key directory"
[
all
...]
TrimTask.cpp
122
PLOG
(WARNING) << "Failed to open " << path;
132
PLOG
(WARNING) << "Trim failed on " << path;
/system/core/adb/
shell_service.cpp
142
PLOG
(ERROR) << "cannot create socket pair";
528
PLOG
(ERROR) << "select failed, closing subprocess pipes";
575
PLOG
(ERROR) << "error reading protocol FD "
603
PLOG
(ERROR) << "failed to shutdown writes to FD "
626
PLOG
(ERROR) << "error reading stdin FD " << stdinout_sfd_.fd();
646
PLOG
(ERROR) << "error reading output FD " << sfd->fd();
653
PLOG
(ERROR) << "error reading protocol FD " << protocol_sfd_.fd();
690
PLOG
(ERROR) << "failed to write the exit code packet";
705
PLOG
(ERROR) << "failed to write fd " << fd
adb_utils.cpp
230
PLOG
(ERROR) << "failed to fcntl(F_GETFL) for fd " << fd;
235
PLOG
(ERROR) << "failed to fcntl(F_SETFL) for fd " << fd << ", flags " << flags;
/system/update_engine/
p2p_manager.cc
323
PLOG
(ERROR) << "Error deleting p2p file " << path.value();
524
PLOG
(ERROR) << "Error calling statvfs() for dir " << p2p_dir.value();
543
PLOG
(ERROR) << "Error creating file with path " << path.value();
559
PLOG
(WARNING) << "Ignoring fallocate(2) failure";
563
PLOG
(INFO) << "Error allocating " << expected_size
566
PLOG
(ERROR) << "Error deleting file with path " << path.value();
575
PLOG
(ERROR) << "Error setting xattr " << path.value();
628
PLOG
(ERROR) << "Error renaming " << path.value()
654
PLOG
(ERROR) << "Error calling getxattr() on file " << path.value();
/system/webservd/webservd/
protocol_handler.cc
206
PLOG
(WARNING) << "Failed to set SO_REUSEADDR option on listening socket.";
210
PLOG
(WARNING) << "Failed to set IPV6_V6ONLY option on listening socket.";
221
PLOG
(ERROR) << "Failed to bind the socket to port " << config->port;
231
PLOG
(WARNING) << "Failed to set TCP_FASTOPEN option on socket.";
238
PLOG
(ERROR) << "Failed to listen for connections on the socket.";
269
PLOG
(ERROR) << "Failed to create protocol handler on port " << config->port;
/art/runtime/arch/x86/
thread_x86.cc
79
PLOG
(FATAL) << "i386_set_ldt failed";
120
PLOG
(FATAL) << "set_thread_area failed";
/art/runtime/gc/allocator/
dlmalloc.cc
72
PLOG
(::art::FATAL) << "madvise failed during heap trimming";
/external/dbus-binding-generator/chromeos-dbus-bindings/
test_utils.cc
46
PLOG
(ERROR) << "Reading from diff.";
/external/libchrome/sandbox/linux/services/
init_process_reaper.cc
30
PLOG
(ERROR) << "Failed to create socketpair";
Completed in 499 milliseconds
1
2
3
4
5
6
7