Searched refs:lxc_config_read (Results 1 - 4 of 4) sorted by relevance

/lxc/src/lxc/
H A Dconfile.h43 extern int lxc_config_read(const char *file, struct lxc_conf *conf, bool from_include);
H A Dconfile.c1858 ret = lxc_config_read(path, lxc_conf, true);
1877 return lxc_config_read(value, lxc_conf, true);
2035 int lxc_config_read(const char *file, struct lxc_conf *conf, bool from_include) function
H A Dlxccontainer.c525 if (lxc_config_read(fname, c->lxc_conf, false) != 0)
/lxc/src/lxc/tools/
H A Dlxc_execute.c149 if (rcfile && lxc_config_read(rcfile, conf, NULL)) {

Completed in 20 milliseconds