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

/lxc/src/lxc/
H A Dlxccontainer.h515 * \ref set_config_path. There is no other way to specify this in general at the moment.
535 bool (*set_config_path)(struct lxc_container *c, const char *path); member in struct:lxc_container
/lxc/src/lua-lxc/
H A Dlxc.lua163 function container:set_config_path(path)
164 return self.core:set_config_path(path)

Completed in 7 milliseconds