Searched refs:lgetfilecon_raw (Results 1 – 8 of 8) sorted by relevance
10 int lgetfilecon_raw(const char *path, char ** context) in lgetfilecon_raw() function52 hidden_def(lgetfilecon_raw) in hidden_def() argument61 ret = lgetfilecon_raw(path, &rcontext); in hidden_def()
17 if ((lgetfilecon_raw(path, &ccontext) >= 0) && in lsetfilecon_raw()
46 hidden_proto(lgetfilecon_raw)
507 rc = lgetfilecon_raw(path, &con); in selinux_file_context_verify()
670 if (lgetfilecon_raw(pathname, &curcon) < 0) { in restorecon_sb()
178 rc = lgetfilecon_raw(path, &con); in main()
104 extern int lgetfilecon_raw(const char *path, char ** con);
523 ret = lgetfilecon_raw(opts->f.link, &con); in get_scon()