Searched refs:lxc_config_read (Results 1 - 4 of 4) sorted by relevance
/lxc/src/lxc/ |
H A D | confile.h | 43 extern int lxc_config_read(const char *file, struct lxc_conf *conf, bool from_include);
|
H A D | confile.c | 1858 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 D | lxccontainer.c | 525 if (lxc_config_read(fname, c->lxc_conf, false) != 0)
|
/lxc/src/lxc/tools/ |
H A D | lxc_execute.c | 149 if (rcfile && lxc_config_read(rcfile, conf, NULL)) {
|
Completed in 20 milliseconds