Searched defs:setuid (Results 1 - 9 of 9) sorted by relevance

/external/python/cpython2/Lib/
H A Dsmtpd.py10 This program generally tries to setuid `nobody', unless this flag is
11 set. The setuid call will fail if this program is not run as root (in
464 setuid = 1 variable in class:Options
485 options.setuid = 0
537 if options.setuid:
546 os.setuid(nobody)
550 'Cannot setuid "nobody"; try running with -n option.'
/external/python/cpython3/Lib/
H A Dsmtpd.py10 This program generally tries to setuid `nobody', unless this flag is
11 set. The setuid call will fail if this program is not run as root (in
864 setuid = True variable in class:Options
888 options.setuid = False
950 if options.setuid:
958 os.setuid(nobody)
960 print('Cannot setuid "nobody"; try running with -n option.', file=sys.stderr)
/external/fio/os/windows/
H A Dposix.c669 int setuid(uid_t uid) function
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 207 milliseconds