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

  /bootable/recovery/updater/
updater.c 37 struct selabel_handle *sehandle; variable in typeref:struct:selabel_handle
120 sehandle = selabel_open(SELABEL_CTX_FILE, seopts, 1);
122 if (!sehandle) {
  /bootable/recovery/
recovery.cpp 52 struct selabel_handle *sehandle; variable in typeref:struct:selabel_handle
166 if (strchr("wa", mode[0])) dirCreateHierarchy(path, 0777, NULL, 1, sehandle);
    [all...]
  /external/libselinux/src/
android.c 801 static struct selabel_handle *sehandle = NULL; variable in typeref:struct:selabel_handle
865 if (!sehandle)
866 sehandle = file_context_open();
1134 if (selabel_lookup(sehandle, &secontext, pathname, sb->st_mode) < 0)
1206 if (!sehandle)
1271 if (issys && !selabel_partial_match(sehandle, ftsent->fts_path)) {
    [all...]

Completed in 234 milliseconds