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