HomeSort by relevance Sort by last modified time
    Searched refs:ftsent (Results 1 - 3 of 3) sorted by null

  /external/selinux/policycoreutils/setfiles/
restore.c 103 static int restore(FTSENT *ftsent, int recurse)
105 char *my_file = strdupa(ftsent->fts_path);
109 if (match(my_file, ftsent->fts_statp, &newcon) < 0) {
139 ret = filespec_add(ftsent->fts_statp->st_ino, newcon, my_file);
161 ret = lgetfilecon_raw(ftsent->fts_accpath, &curcon);
256 ret = lsetfilecon(ftsent->fts_accpath, newcon);
281 static int apply_spec(FTSENT *ftsent, int recurse)
283 if (ftsent->fts_info == FTS_DNR)
305 FTSENT *ftsent = NULL; local
    [all...]
  /external/libselinux/src/
android.c 1230 FTSENT *ftsent; local
    [all...]
  /system/vold/
VolumeManager.cpp     [all...]

Completed in 75 milliseconds