Home
last modified time | relevance | path

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

/bootable/recovery/otautil/
DZipUtil.cpp38 struct selabel_handle* sehnd) { in ExtractPackageRecursive() argument
79 if (dirCreateHierarchy(path.c_str(), UNZIP_DIRMODE, timestamp, true, sehnd) != 0) { in ExtractPackageRecursive()
85 if (sehnd) { in ExtractPackageRecursive()
86 selabel_lookup(sehnd, &secontext, path.c_str(), UNZIP_FILEMODE); in ExtractPackageRecursive()
DDirUtil.cpp63 struct selabel_handle *sehnd) in dirCreateHierarchy() argument
137 if (sehnd) { in dirCreateHierarchy()
138 selabel_lookup(sehnd, &secontext, path_start, mode); in dirCreateHierarchy()
DDirUtil.h44 struct selabel_handle* sehnd);
DZipUtil.h55 struct selabel_handle* sehnd);