HomeSort by relevance Sort by last modified time
    Searched refs:PLOG (Results 151 - 175 of 284) sorted by null

1 2 3 4 5 67 8 91011>>

  /system/core/init/test_service/
test_service.cpp 45 PLOG(FATAL) << "could not read /proc/self/status";
  /system/extras/ext4_utils/
ext4_crypt_init_extensions.cpp 52 PLOG(ERROR) << "Failed to create keyring";
  /system/update_engine/payload_consumer/
postinstall_runner_action.cc 212 PLOG(ERROR) << "Unable to set non-blocking I/O mode on fd " << progress_fd_;
285 PLOG(WARNING) << "Not removing temporary mountpoint " << fs_mount_dir_;
373 PLOG(ERROR) << "Couldn't pause child process " << current_command_;
383 PLOG(ERROR) << "Couldn't resume child process " << current_command_;
  /system/vold/fs/
Exfat.cpp 67 PLOG(ERROR) << "Mount failed; attempting read-only";
  /art/runtime/
signal_catcher.cc 138 PLOG(ERROR) << "Unable to open stack trace file '" << stack_trace_file_ << "'";
170 PLOG(ERROR) << "Failed to write stack traces to '" << output_path_msg << "'";
175 PLOG(WARNING) << "Unable to notify tombstoned of dump completion";
  /external/libmojo/mojo/edk/embedder/
platform_channel_utils_posix.cc 43 PLOG(ERROR) << "getpeereid " << handle.handle;
53 PLOG(ERROR) << "getsockopt " << handle.handle;
269 PLOG(ERROR) << "base::SetNonBlocking() failed "
platform_channel_pair_posix_unittest.cc 90 PLOG(WARNING) << "read (expected 0 for EOF)";
96 PLOG(WARNING) << "write (expected EPIPE)";
104 PLOG(WARNING) << "write (expected EPIPE)";
  /frameworks/av/media/mtp/
MtpDescriptors.cpp 267 PLOG(ERROR) << fd << "Switching to V1 descriptor format";
271 PLOG(ERROR) << fd << "Writing descriptors failed";
277 PLOG(ERROR) << fd << "Writing strings failed";
  /frameworks/native/cmds/installd/
CacheTracker.cpp 80 PLOG(ERROR) << "Failed to quotactl " << mQuotaDevice << " for GID " << cacheGid;
90 PLOG(ERROR) << "Failed to quotactl " << mQuotaDevice << " for GID " << cacheGid;
107 PLOG(WARNING) << "Failed to fts_open " << path;
  /system/core/adb/
adb_utils.cpp 196 PLOG(ERROR) << "failed to fcntl(F_GETFL) for fd " << fd;
201 PLOG(ERROR) << "failed to fcntl(F_SETFL) for fd " << fd << ", flags " << flags;
269 PLOG(FATAL) << "Cannot mkdir '" << android_dir << "'";
  /system/core/init/
property_service.cpp 353 PLOG(ERROR) << "sys_prop: error waiting for uid " << cred_.uid
493 PLOG(ERROR) << "sys_prop: unable to get SO_PEERCRED";
502 PLOG(ERROR) << "sys_prop: error while reading command from the socket";
514 PLOG(ERROR) << "sys_prop(PROP_MSG_SETPROP): error while reading name/value from the socket";
539 PLOG(ERROR) << "sys_prop(PROP_MSG_SETPROP2): error while reading name/value from the socket";
653 PLOG(WARNING) << "Couldn't load property file '" << filename
732 PLOG(ERROR) << "unable to read default fstab";
744 PLOG(ERROR) << "error opening block device " << rec->blk_device;
753 PLOG(ERROR) << "error reading /recovery";
784 PLOG(ERROR) << "Could not read properties from '" << filename << "'"
    [all...]
  /system/update_engine/
hardware_chromeos.cc 132 PLOG(ERROR) << "Error getting information about "
203 PLOG(ERROR) << "Error in creating powerwash marker file: "
217 PLOG(ERROR) << "Could not delete the powerwash marker file : "
image_properties_android.cc 95 PLOG(ERROR) << "Opening misc failed";
119 PLOG(ERROR) << "Reading update channel from misc failed";
147 PLOG(ERROR) << "Writing update channel to misc failed";
  /system/update_engine/common/
test_utils.cc 120 PLOG(ERROR) << "Error creating temporary file in " << dir_path.value();
126 PLOG(ERROR) << "Error unlinking temporary file " << path;
137 PLOG(ERROR) << "Error setting xattr on " << path;
182 PLOG(ERROR) << "Loop device " << out_lo_dev_name->c_str()
209 PLOG(WARNING) << "Failed to mark loop device writable.";
  /system/core/base/
logging_test.cpp 440 PLOG(INFO) << (errno = 67890);
473 PLOG(severity) << "foo bar"; \
479 PLOG(severity) << "foo bar"; \
488 PLOG(severity) << "foobar"; \
495 PLOG(severity) << "foobar"; \
500 ASSERT_DEATH({SuppressAbortUI(); PLOG(FATAL) << "foobar";}, "foobar");
501 ASSERT_DEATH({SuppressAbortUI(); PLOG(::android::base::FATAL) << "foobar";}, "foobar");
  /art/runtime/base/
mutex.cc 424 PLOG(safe_to_call_abort ? FATAL : WARNING)
454 PLOG(FATAL) << "futex wait failed for " << name_;
501 PLOG(FATAL) << "pthread_mutex_trylock failed for " << name_;
629 PLOG(is_safe_to_call_abort ? FATAL : WARNING) << "pthread_rwlock_destroy failed for " << name_;
655 PLOG(FATAL) << "futex wait failed for " << name_;
738 PLOG(FATAL) << "timed futex wait failed for " << name_;
753 PLOG(FATAL) << "pthread_rwlock_timedwrlock failed for " << name_;
773 PLOG(FATAL) << "futex wait failed for " << name_;
801 PLOG(FATAL) << "pthread_mutex_trylock failed for " << name_;
887 PLOG(is_safe_to_call_abort ? FATAL : WARNING) << "pthread_cond_destroy failed for " << name_
    [all...]
  /bootable/recovery/applypatch/
imgdiff.cpp 343 PLOG(ERROR) << "MakePatch failed to create a temporary file";
357 PLOG(ERROR) << "Failed to open " << ptemp;
362 PLOG(ERROR) << "Failed to stat patch file " << ptemp;
370 PLOG(ERROR) << "Failed to read " << ptemp;
557 PLOG(ERROR) << "Failed to write \"IMGDIFF" << VERSION << "\"";
573 PLOG(ERROR) << "Failed to write " << patch.data_.size() << " bytes patch to patch_fd";
626 PLOG(ERROR) << "Failed to open " << filename;
631 PLOG(ERROR) << "Failed to stat " << filename;
638 PLOG(ERROR) << "Failed to read " << filename;
    [all...]
  /system/core/adb/daemon/
usb.cpp 274 PLOG(ERROR) << "cannot open control endpoint " << USB_FFS_ADB_EP0;
305 PLOG(ERROR) << "cannot open bulk-out endpoint " << USB_FFS_ADB_OUT;
311 PLOG(ERROR) << "cannot open bulk-in endpoint " << USB_FFS_ADB_IN;
442 PLOG(ERROR) << "aio: got error submitting " << (read ? "read" : "write");
447 PLOG(ERROR) << "aio: got error waiting " << (read ? "read" : "write");
456 PLOG(ERROR) << "aio: got error event on " << (read ? "read" : "write")
  /art/runtime/native/
dalvik_system_ZygoteHooks.cc 66 PLOG(ERROR) << "prctl(PR_SET_DUMPABLE) failed for pid " << getpid();
75 PLOG(ERROR) << "prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY) failed for pid " << getpid();
84 PLOG(ERROR) << "setrlimit(RLIMIT_CORE) failed for pid " << getpid();
  /system/core/libappfuse/
FuseAppLoop.cc 139 PLOG(ERROR) << "Failed to send a break event";
202 PLOG(ERROR) << "Failed to open FD for break event";
208 PLOG(ERROR) << "Failed to open FD for epoll";
  /art/libdexfile/dex/
dex_file_layout.cc 35 PLOG(WARNING) << "madvise failed " << result;
  /external/libbrillo/brillo/
asynchronous_signal_handler.cc 35 PLOG(WARNING) << "Failed to close file descriptor";
  /external/libchrome/base/process/
process_iterator_linux.cc 67 PLOG(ERROR) << "opendir " << internal::kProcDir;
  /external/perf_data_converter/src/quipper/mybase/base/
logging.h 82 class PLog : public Log {
84 PLog(LogLevel level, const char* level_str, const char* file, int line)
87 ~PLog() {
119 #define PLOG(level) logging::PLog(level, #level, __FILE__, __LINE__)
  /external/perf_data_converter/src/quipper/
perf_recorder.cc 131 PLOG(ERROR) << "perf command failed with status: " << status << ", Error";

Completed in 947 milliseconds

1 2 3 4 5 67 8 91011>>