HomeSort by relevance Sort by last modified time
    Searched refs:sehnd (Results 1 - 8 of 8) sorted by null

  /system/extras/ext4_utils/
make_ext4fs.h 39 const char *mountpoint, struct selabel_handle *sehnd);
42 int crc, int wipe, int init_itabs, struct selabel_handle *sehnd);
make_ext4fs_main.c 64 struct selabel_handle *sehnd = NULL; local
126 sehnd = selabel_open(SELABEL_CTX_FILE, seopts, 1);
127 if (!sehnd) {
179 sparse, crc, wipe, init_itabs, sehnd);
make_ext4fs.c 103 struct selabel_handle *sehnd)
161 if (sehnd) {
164 if (selabel_lookup(sehnd, &dentries[i].secon, sepath, stat.st_mode) < 0) {
205 dentries[i].path, inode, fs_config_func, sehnd);
305 const char *mountpoint, struct selabel_handle *sehnd)
319 status = make_ext4fs_internal(fd, NULL, mountpoint, NULL, 0, 0, 0, 1, 0, sehnd);
327 int crc, int wipe, int init_itabs, struct selabel_handle *sehnd)
422 fs_config_func, sehnd);
431 if (sehnd) {
441 if (selabel_lookup(sehnd, &secontext, sepath, S_IFDIR) < 0)
    [all...]
  /bootable/recovery/minzip/
DirUtil.h 49 struct selabel_handle* sehnd);
DirUtil.c 58 struct selabel_handle *sehnd)
151 if (sehnd) {
152 selabel_lookup(sehnd, &secontext, cpath, mode);
Zip.h 223 struct selabel_handle *sehnd);
Zip.c 934 struct selabel_handle *sehnd)
1049 targetFile, UNZIP_DIRMODE, timestamp, false, sehnd);
1063 targetFile, UNZIP_DIRMODE, timestamp, true, sehnd);
    [all...]
  /external/yaffs2/yaffs2/utils/
mkyaffs2image.c 40 static struct selabel_handle *sehnd; variable in typeref:struct:selabel_handle
372 if (sehnd) {
397 if (selabel_lookup(sehnd, &secontext,
593 sehnd = selabel_open(SELABEL_CTX_FILE, seopts, 1);
594 if (!sehnd) {
652 if (sehnd) {
665 if (selabel_lookup(sehnd, &secontext, sepath, stats.st_mode) < 0) {

Completed in 1013 milliseconds