HomeSort by relevance Sort by last modified time
    Searched refs:PLOG (Results 1 - 25 of 175) 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";
  /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;
118 PLOG(WARNING) << "Failed to create boot marker.";
129 PLOG(WARNING) << "Failed to create boot marker.";
135 PLOG(WARNING) << "Failed to read boot marker.";
150 PLOG(WARNING) << "Failed to write boot marker.";
156 PLOG(WARNING) << "Failed to write boot marker.";
162 PLOG(WARNING) << "Failed to flush boot marker.";
  /system/core/bootstat/
uptime_parser.cpp 30 PLOG(ERROR) << "Failed to read /proc/uptime";
boot_event_record_store.cpp 43 PLOG(ERROR) << "Failed to read " << path;
55 PLOG(ERROR) << "Failed to read " << path;
88 PLOG(ERROR) << "Failed to create " << record_path;
97 PLOG(ERROR) << "Failed to write value to " << record_path;
106 PLOG(ERROR) << "Failed to read " << record_path;
115 PLOG(ERROR) << "Failed to set mtime for " << record_path;
  /system/update_engine/
network_selector_android.cc 39 PLOG(ERROR) << "Binding the network to " << network_id;
  /frameworks/native/cmds/installd/
otapreopt_chroot.cpp 76 PLOG(ERROR) << "Failed to unshare() for otapreopt.";
82 PLOG(ERROR) << "Failed to mount private.";
93 PLOG(ERROR) << "Failed to bind-mount " << kBindMounts[i];
122 PLOG(ERROR) << "Unable to chdir into /postinstall.";
128 PLOG(ERROR) << "Failed to chroot";
133 PLOG(ERROR) << "Unable to chdir into /.";
177 PLOG(ERROR) << "execv(OTAPREOPT) failed.";
  /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";
150 PLOG(ERROR) << getId() << " failed to prepare";
169 PLOG(ERROR) << getId() << " failed to rmdir mount point " << mPath;
191 PLOG(ERROR) << getId() << " failed to format";
196 PLOG(ERROR) << getId() << " failed to format"
    [all...]
secdiscard.cpp 69 PLOG(ERROR) << "Unable to unlink: " << target;
112 PLOG(ERROR) << "Failed to open device " << block_device;
120 PLOG(ERROR) << "Unable to BLKSECDISCARD " << path;
134 PLOG(DEBUG) << "Unable to open " << path;
136 PLOG(ERROR) << "Unable to open " << path;
142 PLOG(ERROR) << "Unable to FIEMAP " << path;
189 PLOG(ERROR) << "Unable to open /proc/mounts";
215 PLOG(ERROR) << "Seek failed for zero overwrite";
224 PLOG(ERROR) << "Write of zeroes failed";
  /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() << '"';
  /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.";
  /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 79 PLOG(ERROR) << "Unable to read directory: " << dirname;
87 PLOG(ERROR) << "Unable to read directory: " << dirname;
112 PLOG(ERROR) << "Failed to open directory " << directory;
123 PLOG(ERROR) << "Failed to set encryption policy for " << directory;
144 PLOG(ERROR) << "Failed to open directory " << directory;
151 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;
  /system/update_engine/payload_consumer/
file_descriptor.cc 75 PLOG(ERROR) << "Error stat-ing fd " << fd_;
107 PLOG(WARNING) << "Couldn't get flags on fd " << fd_;
111 PLOG(WARNING) << "Couldn't set O_DIRECT on fd " << fd_;
119 PLOG(WARNING) << "Couldn't remove O_DIRECT on fd " << fd_;
  /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...]

Completed in 2377 milliseconds

1 2 3 4 5 6 7