Home
last modified time | relevance | path

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

/third_party/selinux/libselinux/src/
H A Dselinux_restorecon.c906 FTSENT *ftsent_first; member
928 if (state->ftsent_first) { in selinux_restorecon_thread()
929 ftsent = state->ftsent_first; in selinux_restorecon_thread()
930 state->ftsent_first = NULL; in selinux_restorecon_thread()
1292 state.ftsent_first = fts_read(state.fts); in selinux_restorecon_common()
1293 if (!state.ftsent_first) in selinux_restorecon_common()
1305 state.dev_num = state.ftsent_first->fts_statp->st_dev; in selinux_restorecon_common()

Completed in 3 milliseconds