Searched refs:sehnd (Results 1 – 4 of 4) sorted by relevance
/bootable/recovery/minzip/ |
D | DirUtil.h | 45 struct selabel_handle* sehnd);
|
D | DirUtil.c | 58 struct selabel_handle *sehnd) in dirCreateHierarchy() argument 150 if (sehnd) { in dirCreateHierarchy() 151 selabel_lookup(sehnd, &secontext, cpath, mode); in dirCreateHierarchy()
|
D | Zip.h | 219 struct selabel_handle *sehnd);
|
D | Zip.c | 934 struct selabel_handle *sehnd) in mzExtractRecursive() argument 1050 targetFile, UNZIP_DIRMODE, timestamp, false, sehnd); in mzExtractRecursive() 1064 targetFile, UNZIP_DIRMODE, timestamp, true, sehnd); in mzExtractRecursive() 1121 if (sehnd) { in mzExtractRecursive() 1122 selabel_lookup(sehnd, &secontext, targetFile, UNZIP_FILEMODE); in mzExtractRecursive()
|