Searched refs:seInfo (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/native/
H A Ddalvik_system_Zygote.cpp456 const char *seInfo, const char *niceName)
459 return selinux_android_setcontext(uid, isSystemServer, seInfo, niceName);
499 char *seInfo = NULL; local
517 seInfo = dvmCreateCstrFromString(seInfoObj);
518 if (!seInfo) {
519 ALOGE("seInfo dvmCreateCstrFromString failed");
647 err = setSELinuxContext(uid, isSystemServer, seInfo, niceName);
655 free(seInfo);
675 free(seInfo);
685 * String seInfo, Strin
455 setSELinuxContext(uid_t uid, bool isSystemServer, const char *seInfo, const char *niceName) argument
[all...]

Completed in 51 milliseconds