Searched refs:getfilecon_raw (Results 1 – 6 of 6) sorted by relevance
10 int getfilecon_raw(const char *path, char ** context) in getfilecon_raw() function60 ret = getfilecon_raw(path, &rcontext); in getfilecon()
17 if ((getfilecon_raw(path, &ccontext) >= 0) && in setfilecon_raw()
57 getfilecon_raw;
218 %exception getfilecon_raw {
111 extern int getfilecon_raw(const char *path, char ** con);
517 ret = getfilecon_raw(opts->f.file, &con); in get_scon()