Searched refs:sehnd (Results 1 - 3 of 3) sorted by relevance

/system/extras/ext4_utils/
H A Dmake_ext4fs.h39 const char *mountpoint, struct selabel_handle *sehnd);
42 int crc, int wipe, int init_itabs, struct selabel_handle *sehnd);
H A Dmake_ext4fs_main.c64 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);
H A Dmake_ext4fs.c103 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,
101 build_directory_structure(const char *full_path, const char *dir_path, u32 dir_inode, fs_config_func_t fs_config_func, struct selabel_handle *sehnd) argument
304 make_ext4fs(const char *filename, s64 len, const char *mountpoint, struct selabel_handle *sehnd) argument
325 make_ext4fs_internal(int fd, const char *directory, char *mountpoint, fs_config_func_t fs_config_func, int gzip, int sparse, int crc, int wipe, int init_itabs, struct selabel_handle *sehnd) argument
[all...]

Completed in 36 milliseconds