Searched refs:wrapper (Results 1 - 3 of 3) sorted by relevance

/lxc/src/lua-lxc/test/
H A Dapitest.lua36 local function wrapper(...) io.write(string.format(...)) end function
37 local status, result = pcall(wrapper, ...)
/lxc/src/lxc/tools/
H A Dlxc-top.lua41 local function wrapper(...) io.write(string.format(...)) end function
42 local status, result = pcall(wrapper, ...)
/lxc/src/lua-lxc/
H A Dlxc.lua41 local function wrapper(...) io.write(string.format(...)) end function
42 local status, result = pcall(wrapper, ...)

Completed in 16 milliseconds