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

/lxc/src/lxc/
H A Dconf.c3904 char *hookname = it->elem; local
3909 conf->rootfs.path ? conf->rootfs.mount : "", hookname);
3915 hookname);
4149 char *hookname = it->elem; local
4150 ret = run_script_argv(name, "lxc", hookname, hook, lxcpath, argv);
H A Dlxccontainer.c2701 char *hookname = it->elem; local
2702 char *fname = strrchr(hookname, '/');
2706 if (strncmp(hookname, cpath, len - 1) != 0) {

Completed in 30 milliseconds