Searched defs:_lxc_log_set_file (Results 1 - 1 of 1) sorted by relevance

/lxc/src/lxc/
H A Dlog.c426 static int _lxc_log_set_file(const char *name, const char *lxcpath, int create_dirs) function
491 ret = _lxc_log_set_file(name, NULL, 0);
495 ret = _lxc_log_set_file(name, lxcpath, 1);
499 ret = _lxc_log_set_file(name, NULL, 0);

Completed in 6 milliseconds