Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dfdsan.cpp65 struct rlimit rlim = { .rlim_max = 32768 }; in at() local
66 getrlimit(RLIMIT_NOFILE, &rlim); in at()
67 rlim_t max = rlim.rlim_max; in at()