OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:log_error
(Results
1 - 25
of
34
) sorted by null
1
2
/system/sepolicy/tools/
check_seapp.c
19
#define
log_error
(fmt, ...) log_msg(stderr, "Error: ", fmt, ##__VA_ARGS__)
macro
472
log_error
("Invalid regex on line %d : %s PCRE error: %s at offset %lu",
484
log_error
("Could not validate key \"%s\" for value \"%s\" on line: %d in file: \"%s\": %s\n", key, value,
745
log_error
("No match for key: %s\n", k->key);
752
log_error
("Duplicated key: %s\n", k->key);
767
log_error
("Could not validate\n");
801
log_error
("Strange, no keys found, input file corrupt perhaps?\n");
808
log_error
("Out of memory!\n");
846
log_error
("oom");
860
log_error
("Could not open file: %s error: %s\n", tmp->name
[
all
...]
/external/selinux/mcstrans/src/
mcstrans.c
41
#define
log_error
(fmt, ...) fprintf(stderr, fmt, __VA_ARGS__)
macro
289
log_error
("create_word: allocation error %s", strerror(errno));
355
log_error
("allocation error %s", strerror(errno));
423
log_error
("allocation error %s", strerror(errno));
431
log_error
("'%s'is invalid because '-' is illegal in modifiers.\n", trans);
437
log_error
(" syntax error in %s\n", raw);
466
log_error
("allocation error %s", strerror(errno));
480
log_error
("asprintf failed %s", strerror(errno));
492
log_error
("allocation error %s", strerror(errno));
507
log_error
("asprintf failed %s", strerror(errno))
[
all
...]