OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:selinux_android_setfilecon2
(Results
1 - 3
of
3
) sorted by null
/external/libselinux/include/selinux/
android.h
28
extern int
selinux_android_setfilecon2
(const char *pkgdir,
/external/libselinux/src/
android.c
476
int
selinux_android_setfilecon2
(const char *pkgdir,
function
540
return
selinux_android_setfilecon2
(pkgdir, pkgname, NULL, uid);
/frameworks/native/cmds/installd/
commands.c
94
if (
selinux_android_setfilecon2
(pkgdir, pkgname, seinfo, uid) < 0) {
[
all
...]
Completed in 1715 milliseconds