HomeSort by relevance Sort by last modified time
    Searched full:plog (Results 151 - 175 of 319) sorted by null

1 2 3 4 5 67 8 91011>>

  /art/runtime/arch/arm64/
entrypoints_init_arm64.cc 74 qpoints->pLog = log;
  /art/runtime/arch/x86/
entrypoints_init_x86.cc 55 qpoints->pLog = log;
thread_x86.cc 79 PLOG(FATAL) << "i386_set_ldt failed";
120 PLOG(FATAL) << "set_thread_area failed";
  /art/runtime/arch/x86_64/
entrypoints_init_x86_64.cc 62 qpoints->pLog = log;
  /art/runtime/
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/iproute2/tc/
tc_red.c 28 Plog = log(prob/(qmax - qmin))
  /external/ipsec-tools/src/racoon/
misc.h 71 plog(LLV_ERROR, LOCATION, NULL, "strdup failed\n"); \
kmpstat.c 72 #include "plog.h"
186 * Dumb plog functions (used by sockmisc.c)
plainrsa-gen.c 59 #include "plog.h"
97 plog(LLV_ERROR, LOCATION, NULL,
  /external/libbrillo/brillo/
asynchronous_signal_handler.cc 35 PLOG(WARNING) << "Failed to close file descriptor";
process_reaper.cc 63 PLOG(ERROR) << "waitid failed";
  /external/libchrome/base/mac/
mac_logging.h 21 // similar to the PLOG family which operates on errno, but because there is no
  /external/libchrome/sandbox/linux/services/
init_process_reaper.cc 30 PLOG(ERROR) << "Failed to create socketpair";
  /system/core/metricsd/
persistent_integer.cc 78 PLOG(WARNING) << "cannot open " << backing_file_path_.value()
  /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();
hardware_android.cc 67 PLOG(ERROR) << "Opening misc";
76 PLOG(ERROR) << "Writing recovery command to misc";
  /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_;
351 PLOG(ERROR) << "Couldn't pause child process " << current_command_;
359 PLOG(ERROR) << "Couldn't resume child process " << current_command_;
  /art/compiler/utils/
swap_space.cc 75 PLOG(ERROR) << "Failed to unmap swap space chunk at "
141 PLOG(FATAL) << "Unable to increase swap file.";
  /external/ipsec-tools/
main.c 27 #include "plog.h"
225 /* plog.h */
  /frameworks/native/cmds/installd/
otapreopt.cpp 335 PLOG(ERROR) << "Could not create dalvik-cache dir " << dalvik_cache;
341 PLOG(ERROR) << "Could not create dalvik-cache isa dir";
369 PLOG(ERROR) << "Could not create path " << path;
376 PLOG(ERROR) << "Could not create " << path;
387 PLOG(ERROR) << "Could not create " << path;
394 PLOG(WARNING) << "Unable to open " << dir << " to delete it's contents";
415 PLOG(ERROR) << "Unable to unlink " << file;
622 PLOG(ERROR) << "Failed to execv(" << command_line << ")";
  /system/extras/simpleperf/
cmd_dumprecord.cpp 104 PLOG(WARNING) << "record file header size " << header.header_size
109 PLOG(WARNING) << "record file attr size " << header.attr_size
utils.cpp 112 PLOG(DEBUG) << "can't open dir " << dirpath;
176 PLOG(ERROR) << "failed to create dir " << dir_path;
  /system/vold/
TrimTask.cpp 122 PLOG(WARNING) << "Failed to open " << path;
132 PLOG(WARNING) << "Trim failed on " << path;
  /system/weaved/buffet/
socket_stream.cc 71 PLOG(WARNING) << "Failed to resolve host name: " << host;
86 PLOG(WARNING) << "Failed to connect to address: " << addr;

Completed in 506 milliseconds

1 2 3 4 5 67 8 91011>>