Home
last modified time | relevance | path

Searched refs:sehnd (Results 1 – 4 of 4) sorted by relevance

/bootable/recovery/minzip/
DDirUtil.h45 struct selabel_handle* sehnd);
DDirUtil.c58 struct selabel_handle *sehnd) in dirCreateHierarchy() argument
150 if (sehnd) { in dirCreateHierarchy()
151 selabel_lookup(sehnd, &secontext, cpath, mode); in dirCreateHierarchy()
DZip.h219 struct selabel_handle *sehnd);
DZip.c934 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()