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

/system/extras/f2fs_utils/
H A Df2fs_utils.c61 const char *mountpoint, struct selabel_handle *sehnd)
60 make_f2fs_sparse_fd(int fd, long long len, const char *mountpoint, struct selabel_handle *sehnd) argument
/system/extras/ext4_utils/
H A Dmake_ext4fs_main.c77 struct selabel_handle *sehnd = NULL; local
139 sehnd = selabel_open(SELABEL_CTX_FILE, seopts, 1);
140 if (!sehnd) {
170 if (!sehnd && mountpoint) {
171 sehnd = selinux_android_file_context_handle();
173 if (!sehnd) {
230 sparse, crc, wipe, sehnd, verbose, fixed_time, block_list_file);
H A Dmake_ext4fs.c83 struct selabel_handle *sehnd)
102 if (sehnd) {
107 if (selabel_lookup(sehnd, &secontext, path, S_IFDIR) < 0) {
130 struct selabel_handle *sehnd, int verbose, time_t fixed_time)
206 if (sehnd) {
207 if (selabel_lookup(sehnd, &dentries[i].secon, dentries[i].path, stat.st_mode) < 0) {
256 if (sehnd) {
257 if (selabel_lookup(sehnd, &dentries[0].secon, dentries[0].path, dentries[0].mode) < 0)
281 subdir_dir_path, inode, fs_config_func, sehnd, verbose, fixed_time);
394 const char *mountpoint, struct selabel_handle *sehnd)
82 build_default_directory_structure(const char *dir_path, struct selabel_handle *sehnd) argument
128 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, int verbose, time_t fixed_time) argument
393 make_ext4fs_sparse_fd(int fd, long long len, const char *mountpoint, struct selabel_handle *sehnd) argument
402 make_ext4fs(const char *filename, long long len, const char *mountpoint, struct selabel_handle *sehnd) argument
483 make_ext4fs_internal(int fd, const char *_directory, const char *_mountpoint, fs_config_func_t fs_config_func, int gzip, int sparse, int crc, int wipe, struct selabel_handle *sehnd, int verbose, time_t fixed_time, FILE* block_list_file) argument
[all...]

Completed in 122 milliseconds