/system/vold/ |
KeyStorage.cpp | 179 PLOG(ERROR) << "Failed to read from " << filename; 187 PLOG(ERROR) << "Failed to write to " << filename; 248 PLOG(ERROR) << "key mkdir " << dir; 254 // TODO status_t plays badly with PLOG, fix it.
|
Disk.cpp | 188 PLOG(ERROR) << "Failed to load key for GUID " << normalizedGuid; 238 PLOG(WARNING) << "Failed to read vendor from " << path; 248 PLOG(WARNING) << "Failed to read manufacturer from " << path;
|
/art/runtime/ |
trace.cc | 337 PLOG(ERROR) << "Unable to open trace file '" << trace_filename << "'"; 434 PLOG(WARNING) << "Could not flush trace file."; 440 PLOG(ERROR) << "Could not close trace file."; 726 PLOG(ERROR) << detail; 730 PLOG(ERROR) << "Could not write secondary file"; 749 PLOG(ERROR) << detail; [all...] |
fault_handler.cc | 204 PLOG(ERROR) << "Unable to set up nested signal handler"; 221 PLOG(ERROR) << "Unable to restore signal handler"; 236 PLOG(ERROR) << "Unable to restore signal handler";
|
entrypoints_order_test.cc | 240 EXPECT_OFFSET_DIFFNP(QuickEntryPoints, pHypot, pLog, sizeof(void*)); 241 EXPECT_OFFSET_DIFFNP(QuickEntryPoints, pLog, pLog10, sizeof(void*));
|
/external/ipsec-tools/src/racoon/ |
schedule.c | 49 #include "plog.h" 216 plog(LLV_DEBUG, LOCATION, NULL,
|
/external/libchrome/base/ |
logging_unittest.cc | 71 PLOG(INFO) << mock_log_source.Log(); 137 PLOG(INFO) << mock_log_source.Log();
|
/external/libnl/include/linux/ |
pkt_sched.h | 178 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */ 221 __u8 Plog; /* log(P_max/(qth_max-qth_min)) */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
pkt_sched.h | 205 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */ 248 __u8 Plog; /* log(P_max/(qth_max-qth_min)) */
|
/system/core/adb/ |
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;
|
fdevent.cpp | 244 PLOG(ERROR) << "poll(), ret = " << ret; 350 PLOG(FATAL) << "cannot create shell-exit socket-pair";
|
/system/core/base/ |
logging_test.cpp | 243 TEST(logging, PLOG) { 247 PLOG(INFO) << "foobar";
|
/system/update_engine/common/ |
subprocess.cc | 217 PLOG(WARNING) << "Error sending SIGTERM to " << pid; 265 PLOG(ERROR) << "Reading from child's output";
|
/system/connectivity/shill/ |
device_info.cc | 734 PLOG(ERROR) << __func__ << ": Unable to open socket"; 745 PLOG(ERROR) << __func__ << ": Unable to read MAC address"; 767 PLOG(ERROR) << __func__ << ": Unable to open socket"; 791 PLOG(ERROR) << __func__ << ": Unable to perform ARP lookup"; [all...] |
/external/eigen/test/ |
packetmath.cpp | 257 CHECK_CWISE1_IF(internal::packet_traits<Scalar>::HasLog, std::log, internal::plog); 261 h.store(data2, internal::plog(h.load(data1))); 264 h.store(data2, internal::plog(h.load(data1)));
|
/external/libchrome/components/timers/ |
alarm_timer_chromeos.cc | 235 PLOG(ERROR) << "Unable to clear alarm time. Timer may still fire."; 244 PLOG(DFATAL) << "Unable to read from timer file descriptor."; 296 PLOG(ERROR) << "Error while setting alarm time. Timer will not fire";
|
/system/connectivity/shill/vpn/ |
openvpn_management_server.cc | 87 PLOG(ERROR) << "Unable to create management server socket."; 101 PLOG(ERROR) << "Socket setup failed."; 181 PLOG(ERROR) << "Connected socket accept failed.";
|
/art/profman/ |
profman.cc | 223 PLOG(WARNING) << "Failed to close descriptor"; 330 PLOG(WARNING) << "Failed to close descriptor for " << descriptor << " at index " << i;
|
profile_assistant.cc | 61 PLOG(WARNING) << "Could not clear reference profile file";
|
/art/runtime/base/ |
logging.h | 97 #define PLOG(severity) ::art::LogMessage(__FILE__, __LINE__, severity, errno).stream() 159 PLOG(::art::FATAL) << # call << " failed for " << what; \
|
/art/runtime/gc/space/ |
dlmalloc_space.cc | 113 // clear errno to allow PLOG on error 123 PLOG(ERROR) << "create_mspace_with_base failed";
|
rosalloc_space.cc | 135 // clear errno to allow PLOG on error 149 PLOG(ERROR) << "RosAlloc::Create failed";
|
/external/libbrillo/brillo/ |
process.cc | 255 PLOG(ERROR) << "Could not create " << output_file_; 293 PLOG(ERROR) << "Exec of " << argv[0] << " failed:";
|
/external/webrtc/webrtc/base/ |
logging.h | 44 // Lastly, PLOG(sev, err) is an alias for LOG_ERR_EX. 351 #define PLOG(sev, err) \
|
/system/vold/bench/ |
benchgen.py | 277 PLOG(ERROR) << "Failed to open " << name; 284 PLOG(ERROR) << "Failed to write";
|