Searched defs:sehnd (Results 1 - 2 of 2) sorted by relevance

/bootable/recovery/minzip/
H A DDirUtil.c58 struct selabel_handle *sehnd)
150 if (sehnd) {
151 selabel_lookup(sehnd, &secontext, cpath, mode);
56 dirCreateHierarchy(const char *path, int mode, const struct utimbuf *timestamp, bool stripFileName, struct selabel_handle *sehnd) argument
H A DZip.c878 struct selabel_handle *sehnd)
994 targetFile, UNZIP_DIRMODE, timestamp, false, sehnd);
1008 targetFile, UNZIP_DIRMODE, timestamp, true, sehnd);
1065 if (sehnd) {
1066 selabel_lookup(sehnd, &secontext, targetFile, UNZIP_FILEMODE);
874 mzExtractRecursive(const ZipArchive *pArchive, const char *zipDir, const char *targetDir, int flags, const struct utimbuf *timestamp, void (*callback)(const char *fn, void *), void *cookie, struct selabel_handle *sehnd) argument

Completed in 75 milliseconds