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

/lxc/src/lxc/cgroups/
H A Dcgfs.c2244 bool ok = false; local
2255 ok = true;
2285 ok = (lxc_write_to_file(childfile, value, strlen(value), false) >= 0);
2286 if (!ok)
2292 return ok;

Completed in 1921 milliseconds