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

/lxc/src/lxc/tools/
H A Dlxc_ls.c32 #include <sys/stat.h>
128 * Instead we check memory.stat and check the "swap" value.
660 * Instead we check memory.stat and check the "swap" value.
665 char *stat = ls_get_cgroup_item(c, "memory.stat"); local
666 if (!stat)
669 char *swap = strstr(stat, "\nswap");
685 free(stat);

Completed in 12 milliseconds