Home
last modified time | relevance | path

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

/external/e2fsprogs/contrib/android/
De2fsdroid.c33 static struct selinux_opt seopt_file[8]; variable
34 static int max_nr_opt = (int)sizeof(seopt_file) / sizeof(seopt_file[0]);
235 seopt_file[nr_opt].type = SELABEL_OPT_PATH; in main()
236 seopt_file[nr_opt].value = absolute_path(token); in main()
330 fs, src_dir, product_out, mountpoint, seopt_file, in main()
/external/f2fs-tools/fsck/
Dsload.c301 sehnd = selabel_open(SELABEL_CTX_FILE, c.seopt_file, c.nr_opt); in configure_files()
304 c.seopt_file[0].value); in configure_files()
Dmain.c573 int max_nr_opt = (int)sizeof(c.seopt_file) / in f2fs_parse_options()
574 sizeof(c.seopt_file[0]); in f2fs_parse_options()
684 c.seopt_file[c.nr_opt].type = in f2fs_parse_options()
686 c.seopt_file[c.nr_opt].value = in f2fs_parse_options()
/external/f2fs-tools/include/
Df2fs_fs.h526 struct selinux_opt seopt_file[8]; member