Searched refs:fspec (Results 1 – 2 of 2) sorted by relevance
/external/selinux/gui/ |
D | fcontextPage.py | 173 fspec = store.get_value(iter, SPEC_COL) 176 …tatusoutput("semanage fcontext -d -f '%s' '%s'" % (seobject.file_type_str_to_option[ftype], fspec)) 187 fspec = self.fcontextEntry.get_text().strip() 194 …context -a -t %s -r %s -f '%s' '%s'" % (type, mls, seobject.file_type_str_to_option[ftype], fspec)) 201 self.store.set_value(iter, SPEC_COL, fspec) 206 fspec = self.fcontextEntry.get_text().strip() 213 …context -m -t %s -r %s -f '%s' '%s'" % (type, mls, seobject.file_type_str_to_option[ftype], fspec)) 220 self.store.set_value(iter, SPEC_COL, fspec)
|
/external/syslinux/efi/ |
D | adv.c | 111 static int make_filespec(CHAR16 **fspec, const char *path, const char *cfg) in make_filespec() argument 118 *fspec = malloc(size); in make_filespec() 119 if (!*fspec) return -1; in make_filespec() 122 for (p = *fspec; *path; path++, p++) in make_filespec()
|