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

  /system/extras/ext4_utils/
make_ext4fs_main.c 64 struct selabel_handle *sehnd = NULL; local
126 sehnd = selabel_open(SELABEL_CTX_FILE, seopts, 1);
127 if (!sehnd) {
185 sparse, crc, wipe, init_itabs, sehnd);
  /external/yaffs2/yaffs2/utils/
mkyaffs2image.c 40 static struct selabel_handle *sehnd; variable in typeref:struct:selabel_handle
372 if (sehnd) {
385 if (selabel_lookup(sehnd, &secontext,
579 sehnd = selabel_open(SELABEL_CTX_FILE, seopts, 1);
580 if (!sehnd) {
638 if (sehnd) {
639 if (selabel_lookup(sehnd, &secontext, mntpoint, stats.st_mode) < 0) {

Completed in 186 milliseconds