Searched refs:quota_fd (Results 1 - 1 of 1) sorted by relevance

/system/netd/
H A DNatController.cpp263 int quota_fd; local
267 quota_fd = open(proc_path, O_RDONLY);
268 if (quota_fd >= 0) {
274 close(quota_fd);
302 quota_fd = open(proc_path, O_RDONLY);
303 if (quota_fd >= 0) {
309 close(quota_fd);

Completed in 19 milliseconds