Home
last modified time | relevance | path

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

/third_party/e2fsprogs/contrib/android/
De2fsdroid.c35 static struct selinux_opt seopt_file[8]; variable
36 static int max_nr_opt = (int)sizeof(seopt_file) / sizeof(seopt_file[0]);
237 seopt_file[nr_opt].type = SELABEL_OPT_PATH; in main()
238 seopt_file[nr_opt].value = absolute_path(token); in main()
332 fs, src_dir, product_out, mountpoint, seopt_file, in main()
/third_party/f2fs-tools/fsck/
Dmain.c532 int max_nr_opt = (int)sizeof(c.seopt_file) / in f2fs_parse_options()
533 sizeof(c.seopt_file[0]); in f2fs_parse_options()
568 c.seopt_file[c.nr_opt].type = in f2fs_parse_options()
570 c.seopt_file[c.nr_opt].value = in f2fs_parse_options()
Dsload.c289 sehnd = selabel_open(SELABEL_CTX_FILE, c.seopt_file, c.nr_opt); in configure_files()
292 c.seopt_file[0].value); in configure_files()
/third_party/f2fs-tools/include/
Df2fs_fs.h432 struct selinux_opt seopt_file[8]; member