Home
last modified time | relevance | path

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

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