Searched refs:sehnd (Results 1 – 4 of 4) sorted by relevance
/bootable/recovery/minzip/ |
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 | DirUtil.h | 45 struct selabel_handle* sehnd);
|
D | Zip.h | 166 struct selabel_handle *sehnd);
|
D | Zip.c | 831 struct selabel_handle *sehnd) in mzExtractRecursive() argument 950 targetFile, UNZIP_DIRMODE, timestamp, true, sehnd); in mzExtractRecursive() 973 if (sehnd) { in mzExtractRecursive() 974 selabel_lookup(sehnd, &secontext, targetFile, UNZIP_FILEMODE); in mzExtractRecursive()
|