OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PLOG
(Results
1 - 25
of
173
) sorted by null
1
2
3
4
5
6
7
/art/runtime/
signal_set.h
30
PLOG
(FATAL) << "sigemptyset failed";
36
PLOG
(FATAL) << "sigaddset " << signal << " failed";
42
PLOG
(FATAL) << "sigprocmask failed";
51
PLOG
(FATAL) << "sigwait failed";
thread_android.cc
72
PLOG
(INFO) << *this << " setPriority(PRIO_PROCESS, " << tid << ", " << newNice << ") failed";
80
PLOG
(WARNING) << "getpriority failed";
/frameworks/native/cmds/installd/
otapreopt_chroot.cpp
40
PLOG
(ERROR) << "Failed to unshare() for otapreopt.";
46
PLOG
(ERROR) << "Failed to mount private.";
57
PLOG
(ERROR) << "Failed to bind-mount " << kBindMounts[i];
64
PLOG
(ERROR) << "Unable to chdir into /postinstall.";
70
PLOG
(ERROR) << "Failed to chroot";
75
PLOG
(ERROR) << "Unable to chdir into /.";
90
PLOG
(ERROR) << "execv(OTAPREOPT) failed.";
/system/core/bootstat/
uptime_parser.cpp
30
PLOG
(ERROR) << "Failed to read /proc/uptime";
boot_event_record_store.cpp
42
PLOG
(ERROR) << "Failed to read " << path;
54
PLOG
(ERROR) << "Failed to read " << path;
85
PLOG
(ERROR) << "Failed to create " << record_path;
94
PLOG
(ERROR) << "Failed to write value to " << record_path;
103
PLOG
(ERROR) << "Failed to read " << record_path;
112
PLOG
(ERROR) << "Failed to set mtime for " << record_path;
/system/vold/
Benchmark.cpp
55
PLOG
(ERROR) << "Failed to getpriority";
59
PLOG
(ERROR) << "Failed to setpriority";
66
PLOG
(ERROR) << "Failed to android_get_ioprio";
70
PLOG
(ERROR) << "Failed to android_set_ioprio";
76
PLOG
(ERROR) << "Failed getcwd";
80
PLOG
(ERROR) << "Failed chdir";
96
PLOG
(ERROR) << "Failed to drop_caches";
111
PLOG
(ERROR) << "Failed to chdir";
114
PLOG
(ERROR) << "Failed to android_set_ioprio";
117
PLOG
(ERROR) << "Failed to setpriority"
[
all
...]
PrivateVolume.cpp
79
PLOG
(ERROR) << getId() << " failed to setup cryptfs";
103
PLOG
(ERROR) << getId() << " failed to create mount point " << mPath;
112
PLOG
(ERROR) << getId() << " failed filesystem check";
117
PLOG
(ERROR) << getId() << " failed to mount";
126
PLOG
(ERROR) << getId() << " failed filesystem check";
131
PLOG
(ERROR) << getId() << " failed to mount";
166
PLOG
(ERROR) << getId() << " failed to prepare";
185
PLOG
(ERROR) << getId() << " failed to rmdir mount point " << mPath;
207
PLOG
(ERROR) << getId() << " failed to format";
212
PLOG
(ERROR) << getId() << " failed to format"
[
all
...]
/build/kati/
log.h
47
#define
PLOG
(...) do { \
53
PLOG
(__VA_ARGS__); \
/external/libbrillo/brillo/
unittest_utils.cc
22
PLOG
(FATAL) << "Creating a pipe()";
40
PLOG
(FATAL) << "Creating a socketpair()";
file_utils.cc
80
PLOG
(WARNING) << "Failed to delete entity at \"" << path.value() << '"';
110
PLOG
(WARNING) << "Failed to create directory for \"" << path.value() << '"';
121
PLOG
(WARNING) << "Failed to create file \"" << path.value() << '"';
151
PLOG
(WARNING) << "Failed to set permissions for \"" << path.value() << '"';
userdb_utils.cc
27
PLOG
(ERROR) << "Unable to find user " << user;
46
PLOG
(ERROR) << "Unable to find group " << group;
/system/extras/simpleperf/
workload.cpp
56
PLOG
(ERROR) << "pipe2() failed";
62
PLOG
(ERROR) << "pipe2() failed";
70
PLOG
(ERROR) << "fork() failed";
112
PLOG
(ERROR) << "child process failed to execvp(" << argv[0] << ")";
114
PLOG
(ERROR) << "child process failed to receive start_signal, nread = " << nread;
123
PLOG
(ERROR) << "write start signal failed";
130
PLOG
(ERROR) << "failed to receive error message from child process";
152
PLOG
(ERROR) << "waitpid() failed";
gtest_main.cpp
41
PLOG
(ERROR) << "failed to create testdata_dir " << testdata_dir;
51
PLOG
(ERROR) << "failed to write file " << tmp_file.path;
82
PLOG
(ERROR) << "failed to create file " << path;
105
PLOG
(ERROR) << "failed to read /proc/sys/kernel/perf_event_paranoid";
112
PLOG
(ERROR) << "failed to set security.perf_harden";
121
PLOG
(ERROR) << "failed to read /proc/sys/kernel/perf_event_paranoid";
record_file_reader.cpp
36
PLOG
(ERROR) << "failed to open record file '" << filename << "'";
60
PLOG
(ERROR) << "failed to close record file '" << filename_ << "'";
69
PLOG
(ERROR) << "failed to read file " << filename_;
86
PLOG
(ERROR) << "failed to fseek()";
92
PLOG
(ERROR) << "failed to read " << filename_;
119
PLOG
(ERROR) << "failed to fseek()";
125
PLOG
(ERROR) << "failed to read " << filename_;
136
PLOG
(ERROR) << "failed to fseek()";
141
PLOG
(ERROR) << "failed to read file " << filename_;
150
PLOG
(ERROR) << "failed to fseek()"
[
all
...]
/system/weaved/buffet/
flouride_socket_bluetooth_client.cc
42
PLOG
(ERROR) << "Failed to create domain socket: " << kFlourideSocketPath;
52
PLOG
(ERROR) << "Failed to connect to domain socket: "
/system/connectivity/shill/net/
netlink_socket.cc
103
PLOG
(ERROR) << "Socket recvfrom failed.";
117
PLOG
(ERROR) << "Second socket recvfrom failed.";
127
PLOG
(ERROR) << "Send failed.";
143
PLOG
(ERROR) << "setsockopt didn't work.";
/system/tpm/trunks/
tpm_handle.cc
41
PLOG
(ERROR) << "TPM: couldn't close " << kTpmDevice;
53
PLOG
(ERROR) << "TPM: Error opening tpm0 file descriptor at " << kTpmDevice;
79
PLOG
(ERROR) << "TPM: Error writing to TPM handle.";
90
PLOG
(ERROR) << "TPM: Error reading from TPM handle.";
/art/runtime/gc/space/
image_space_fs.h
49
PLOG
(WARNING) << "Unable to open " << dir << " to delete it's contents";
66
PLOG
(ERROR) << "Unable to rmdir " << file;
75
PLOG
(ERROR) << "Unable to unlink " << file;
88
PLOG
(WARNING) << "Unable to open " << dir << " to delete it if empty";
119
PLOG
(ERROR) << "Unable to rmdir " << dir;
140
PLOG
(ERROR) << "Could not rename OTA cache " << src << " to target " << trg;
156
PLOG
(ERROR) << "Could not close selinux handle.";
226
PLOG
(WARNING) << "Failed to create boot marker.";
231
PLOG
(WARNING) << "Failed to read boot marker.";
246
PLOG
(WARNING) << "Failed to write boot marker."
[
all
...]
/system/core/tzdatacheck/
tzdatacheck.cpp
57
PLOG
(FATAL) << "Error opening tzdata file " << tzDataFileName;
89
PLOG
(WARNING) << "Failed to unlink file/symlink " << fpath;
96
PLOG
(WARNING) << "Failed to remove dir " << fpath;
125
PLOG
(INFO) << "Directory does not exist: " << dirToDelete;
128
PLOG
(WARNING) << "Unable to stat " << dirToDelete;
141
PLOG
(WARNING) << "Unable to create a temporary directory: " << tempDirNameTemplate;
148
PLOG
(WARNING) << "Unable to rename directory from " << dirToDelete << " to "
/system/connectivity/shill/
arp_client.cc
71
PLOG
(ERROR) << "Could not create ARP socket";
92
PLOG
(ERROR) << "Could not attach packet filter";
97
PLOG
(ERROR) << "Could not set socket to be non-blocking";
110
PLOG
(ERROR) << "Could not bind socket to interface";
130
PLOG
(ERROR) << "Socket recvfrom failed";
185
PLOG
(ERROR) << "Socket sendto failed";
eap_listener.cc
71
PLOG
(ERROR) << "Could not create EAP listener socket";
78
PLOG
(ERROR) << "Could not set socket to be non-blocking";
91
PLOG
(ERROR) << "Could not bind socket to interface";
111
PLOG
(ERROR) << "Socket recvfrom failed";
/system/extras/ext4_utils/
ext4_crypt.cpp
77
PLOG
(ERROR) << "Unable to read directory: " << dirname;
85
PLOG
(ERROR) << "Unable to read directory: " << dirname;
109
PLOG
(ERROR) << "Failed to open directory " << directory;
120
PLOG
(ERROR) << "Failed to set encryption policy for " << directory;
140
PLOG
(ERROR) << "Failed to open directory " << directory;
147
PLOG
(ERROR) << "Failed to get encryption policy for " << directory;
/system/tpm/tpm_manager/server/
local_data_store_impl.cc
81
PLOG
(WARNING) << "Could not open " << dir_name << " for syncing";
87
PLOG
(WARNING) << "Failed to sync " << dir_name;
94
PLOG
(WARNING) << "Failed to close after sync " << dir_name;
/art/runtime/jdwp/
jdwp_socket.cc
124
PLOG
(probe ? ERROR : FATAL) << "Socket create failed";
132
PLOG
(probe ? ERROR : FATAL) << "setsockopt(SO_REUSEADDR) failed";
146
PLOG
(probe ? ERROR : FATAL) << "Attempt to bind to port " << port << " failed";
153
PLOG
(probe ? ERROR : FATAL) << "Listen failed";
233
PLOG
(ERROR) << "accept failed";
236
PLOG
(ERROR) << "accept failed";
312
PLOG
(WARNING) << "gethostbyname('" << options->host << "') failed";
331
PLOG
(ERROR) << "Unable to create socket";
339
PLOG
(ERROR) << "Unable to connect to " << inet_ntoa(addr.addrInet.sin_addr) << ":"
438
PLOG
(ERROR) << "select failed"
[
all
...]
/art/compiler/linker/
error_delaying_output_stream.h
40
PLOG
(ERROR) << "Failed to write " << byte_count
69
PLOG
(ERROR) << "Failed to seek in " << GetLocation() << ". Offset=" << offset
Completed in 2143 milliseconds
1
2
3
4
5
6
7