HomeSort by relevance Sort by last modified time
    Searched full:mounts_tail (Results 1 - 1 of 1) sorted by null

  /external/minijail/
libminijail.c 177 struct mountpoint *mounts_tail; member in struct:minijail
207 j->mounts_tail = NULL;
731 if (j->mounts_tail)
732 j->mounts_tail->next = m;
735 j->mounts_tail = m;
1039 j->mounts_tail = NULL;
    [all...]

Completed in 302 milliseconds