Searched refs:alt_file (Results 1 - 2 of 2) sorted by relevance

/lxc/src/lxc/
H A Dlxccontainer.h182 * \param alt_file Full path to alternate configuration file, or
187 bool (*load_config)(struct lxc_container *c, const char *alt_file);
297 * \param alt_file Full path to file to save configuration in.
301 bool (*save_config)(struct lxc_container *c, const char *alt_file);
H A Dlxccontainer.c107 static bool do_lxcapi_save_config(struct lxc_container *c, const char *alt_file);
530 static bool do_lxcapi_load_config(struct lxc_container *c, const char *alt_file) argument
539 if (alt_file)
540 fname = alt_file;
2038 static bool do_lxcapi_save_config(struct lxc_container *c, const char *alt_file) argument
2044 if (!alt_file)
2045 alt_file = c->configfile;
2046 if (!alt_file)
2065 if (strcmp(c->configfile, alt_file) == 0)
2076 fout = fopen(alt_file, "
[all...]

Completed in 12 milliseconds