Home
last modified time | relevance | path

Searched defs:log_debug (Results 1 – 7 of 7) sorted by relevance

/external/f2fs-tools/fsck/
Dcommon.h23 # define log_debug(format, arg ...) \ macro
27 # define log_debug(...) macro
/external/e2fsprogs/lib/support/
Dcommon.h29 # define log_debug(format, arg ...) \ macro
33 # define log_debug(...) macro
/external/linux-kselftest/tools/testing/selftests/net/
Dicmp_redirect.sh87 log_debug() function
Dfcnal-test.sh170 log_debug() function
/external/selinux/mcstrans/src/
Dmcstransd.c43 #define log_debug(fmt, ...) fprintf(stderr, fmt, __VA_ARGS__) macro
45 #define log_debug(fmt, ...) do {} while (0) macro
Dmcstrans.c43 #define log_debug(fmt, ...) fprintf(stderr, fmt, __VA_ARGS__) macro
45 #define log_debug(fmt, ...) do {} while (0) macro
/external/python/cpython3/PC/layout/support/
Dlogging.py63 def log_debug(msg, *args, **kwargs): function