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

  /external/e2fsprogs/e2fsck/
logfile.c 159 static void expand_logfn(e2fsck_t ctx, const char *log_fn, struct string *s)
166 for (cp = log_fn; *cp; cp++) {
286 char *s0 = 0, *log_dir = 0, *log_fn = 0; local
293 if (ctx->log_fn)
294 log_fn = string_copy(ctx, ctx->log_fn, 0);
297 0, 0, &log_fn);
300 if (!log_fn || !log_fn[0])
303 expand_logfn(ctx, log_fn, &s)
    [all...]
e2fsck.c 189 if (ctx->log_fn)
190 free(ctx->log_fn);
e2fsck.h 224 char *log_fn; member in struct:e2fsck_struct
unix.c 696 ctx->log_fn = string_copy(ctx, arg, 0);
    [all...]
  /external/chromium_org/third_party/libevent/
log.c 153 static event_log_cb log_fn = NULL; variable
158 log_fn = cb;
164 if (log_fn)
165 log_fn(severity, msg);
  /hardware/intel/img/psb_video/src/
psb_drv_debug.c 58 char log_fn[1024] = {0}; local
65 if (psb_parse_config("PSB_VIDEO_DEBUG", &log_fn[0]) == 0) {
67 snprintf(log_fn + strnlen(log_fn, 1024),
68 (1024 - 8 - strnlen(log_fn, 1024)),
70 psb_video_debug_fp = fopen(log_fn, "w");
73 log_fn, strerror(errno));
76 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Log file %s open successfully\n", log_fn);
87 if(psb_parse_config("PSB_VIDEO_TRACE", &log_fn[0]) == 0) {
91 log_fn[1024 - 8] = '\0'
    [all...]
  /external/e2fsprogs/lib/ext2fs/
tdb.h 141 tdb_log_func log_fn; member in struct:tdb_logging_context
tdb.c 148 #define TDB_LOG(x) tdb->log.log_fn x
    [all...]

Completed in 181 milliseconds