OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lsetfilecon
(Results
1 - 8
of
8
) sorted by null
/external/libselinux/src/
lsetfilecon.c
10
int
lsetfilecon
(const char *path, const security_context_t context)
function
android.c
678
if (
lsetfilecon
(pathname, newcontext) < 0)
/ndk/sources/host-tools/sed-4.2.1/lib/
se-selinux.in.h
33
static inline int
lsetfilecon
(char const *s _UNUSED_PARAMETER_,
function
/external/libselinux/
Android.mk
15
src/
lsetfilecon
.c \
/system/core/toolbox/
restorecon.c
42
if (
lsetfilecon
(pathname, newcontext) < 0) {
/external/libselinux/include/selinux/
selinux.h
94
extern int
lsetfilecon
(const char *path, security_context_t con);
/system/core/init/
util.c
509
if (
lsetfilecon
(pathname, secontext) < 0) {
/bootable/recovery/updater/
install.c
812
if (
lsetfilecon
(filename, parsed.selabel) && (errno != ENOTSUP)) {
813
printf("ApplyParsedPerms:
lsetfilecon
of %s to %s failed: %s\n",
[
all
...]
Completed in 949 milliseconds