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) {
|