HomeSort by relevance Sort by last modified time
    Searched refs:debug_log (Results 1 - 5 of 5) sorted by null

  /external/wpa_supplicant_8/hs20/server/
hs20_spp_server.c 36 if (ctx->debug_log == NULL)
39 write_timestamp(ctx->debug_log);
41 vfprintf(ctx->debug_log, fmt, ap);
44 fprintf(ctx->debug_log, "\n");
52 if (ctx->debug_log == NULL)
58 write_timestamp(ctx->debug_log);
59 fprintf(ctx->debug_log, "%s: '%s'\n", title, str);
150 if (ctx.debug_log)
152 ctx.debug_log = fopen(optarg, "a");
153 if (ctx.debug_log == NULL)
    [all...]
spp_server.h 16 FILE *debug_log; member in struct:hs20_svc
  /bionic/libc/malloc_debug/
debug_log.h 36 #define debug_log(format, ...) \ macro
  /external/python/cpython3/Lib/asyncio/
base_events.py     [all...]
  /external/autotest/contrib/
compare_suite.py 86 debug_log = get_debug_log(autoserv_log_url, autoserv_log_path)
87 lines = [line for line in debug_log if line]

Completed in 342 milliseconds