Home
last modified time | relevance | path

Searched refs:pid_string (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/nspawn/
Dnspawn-cgroup.c82 char tree[] = "/tmp/unifiedXXXXXX", pid_string[DECIMAL_STR_MAX(pid) + 1]; in sync_cgroup() local
125 sprintf(pid_string, PID_FMT, pid); in sync_cgroup()
126 …r = write_string_file(fn, pid_string, WRITE_STRING_FILE_DISABLE_BUFFER|WRITE_STRING_FILE_MKDIR_075… in sync_cgroup()