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

/lxc/src/lua-lxc/
H A Dcore.c284 const char *config_path; local
286 config_path = c->get_config_path(c);
287 lua_pushstring(L, config_path);
294 const char *config_path = luaL_checkstring(L, 2); local
296 lua_pushboolean(L, !!c->set_config_path(c, config_path));
/lxc/src/lxc/
H A Dlxccontainer.h119 char *config_path; member in struct:lxc_container
/lxc/src/python-lxc/
H A Dlxc.c379 char* config_path = NULL; local
383 static char *kwlist[] = {"active", "defined", "config_path", NULL};
388 &config_path, &vargs))
402 list_count = list_all_containers(config_path, &names, NULL);
404 list_count = list_active_containers(config_path, &names, NULL);
406 list_count = list_defined_containers(config_path, &names, NULL);
445 static char *kwlist[] = {"name", "config_path", NULL};
448 char *config_path = NULL; local
456 config_path = PyBytes_AS_STRING(fs_config_path);
457 assert(config_path !
736 char *config_path = NULL; local
[all...]

Completed in 26 milliseconds