HomeSort by relevance Sort by last modified time
    Searched full:pw_oprofile (Results 1 - 1 of 1) sorted by null

  /external/oprofile/opjitconv/
opjitconv.c 55 struct passwd * pw_oprofile; variable in typeref:struct:passwd
170 if (fchown(fd, pw_oprofile->pw_uid, pw_oprofile->pw_gid) != 0) {
374 if (setegid(pw_oprofile->pw_gid) != 0) {
380 if (seteuid(pw_oprofile->pw_uid) != 0) {
513 pw_oprofile = getpwnam("oprofile");
514 if (pw_oprofile == NULL) {

Completed in 461 milliseconds