Home
last modified time | relevance | path

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

/external/selinux/gui/
Dsystem-config-selinux.py77 xml.add_from_file("system-config-selinux.ui")
79 xml.add_from_file("/usr/share/system-config-selinux/system-config-selinux.ui")
Dpolgengui.py101 xml.add_from_file("polgen.ui")
103 xml.add_from_file("/usr/share/system-config-selinux/polgen.ui")
/external/toybox/toys/pending/
Dtar.c471 static void add_from_file(struct arg_list **llist, struct arg_list *flist) in add_from_file() function
769 if (toys.optflags & FLAG_X) add_from_file(&TT.exc, TT.exc_file); in tar_main()
770 if (toys.optflags & FLAG_T) add_from_file(&TT.inc, TT.inc_file); in tar_main()
/external/selinux/python/sepolicy/sepolicy/
Dgui.py134 builder.add_from_file(glade_file)