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) {
185 sparse, crc, wipe, init_itabs, sehnd);
make_ext4fs.c 102 struct selabel_handle *sehnd)
160 if (sehnd) {
163 if (selabel_lookup(sehnd, &dentries[i].secon, sepath, stat.st_mode) < 0) {
204 dentries[i].path, inode, fs_config_func, sehnd);
300 const char *mountpoint, struct selabel_handle *sehnd)
314 status = make_ext4fs_internal(fd, NULL, mountpoint, NULL, 0, 0, 0, 1, 0, sehnd);
322 int crc, int wipe, int init_itabs, struct selabel_handle *sehnd)
415 fs_config_func, sehnd);
424 if (sehnd) {
434 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) {
385 if (selabel_lookup(sehnd, &secontext,
579 sehnd = selabel_open(SELABEL_CTX_FILE, seopts, 1);
580 if (!sehnd) {
638 if (sehnd) {
639 if (selabel_lookup(sehnd, &secontext, mntpoint, stats.st_mode) < 0) {

Completed in 49 milliseconds