Searched refs:lgetfilecon (Results 1 – 9 of 9) sorted by relevance
15 #define lgetfilecon(...) (-1) macro110 else return lgetfilecon(filename, context); in lsm_lget_context()
11 lgetfilecon;
66 "src/lgetfilecon.c",
54 int lgetfilecon(const char *path, char ** context) in hidden_def()
439 if (lgetfilecon(cterm, &context) >= 0) { in main()447 if (lgetfilecon(fc[i], &context) >= 0) { in main()
180 rc = lgetfilecon(path, &con); in main()
103 extern int lgetfilecon(const char *path, char ** con);
1404 if (lgetfilecon(pathname, &oldsecontext) < 0) in restorecon_sb()