OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:W_ALOGW
(Results
1 - 4
of
4
) sorted by null
/system/extras/perfprofd/
perfprofdutils.h
33
#define
W_ALOGW
perfprofd_log_warning
perfprofdcore.cc
110
W_ALOGW
("SIGHUP received");
197
W_ALOGW
("unable to open config directory %s: (%s)",
213
W_ALOGW
("unable to access/execute %s", pp.c_str());
274
W_ALOGW
("SIGALRM timeout");
548
W_ALOGW
("unable to open %s for writing", perf_stderr_path.c_str());
602
W_ALOGW
("waitpid failed: %s", strerror(errno));
604
W_ALOGW
("perf killed by signal %d", WTERMSIG(st));
606
W_ALOGW
("perf bad exit status %d", WEXITSTATUS(st));
632
W_ALOGW
("unable to open destination dir %s for cleanup",
686
W_ALOGW
("Cannot write %s", produced_file_path.c_str())
[
all
...]
configreader.cc
205
W_ALOGW
("line %d: malformed unsigned value (ignored)", linecount);
212
W_ALOGW
("line %d: specified value %u for '%s' "
235
W_ALOGW
("line %d: unknown option '%s' ignored", linecount, key);
276
W_ALOGW
("line %d: line malformed (no '=' found)", linecount);
cpuconfig.cc
86
W_ALOGW
("open failed for %s", ss.str().c_str());
Completed in 57 milliseconds