Home
last modified time | relevance | path

Searched refs:sh_buffer_ (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/private/
Dgrp_pwd.h46 char sh_buffer_[32]; member
/bionic/libc/bionic/
Dgrp_pwd.cpp141 snprintf(state->sh_buffer_, sizeof(state->sh_buffer_), "/system/bin/sh"); in android_iinfo_to_passwd()
148 pw->pw_shell = state->sh_buffer_; in android_iinfo_to_passwd()
348 snprintf(state->sh_buffer_, sizeof(state->sh_buffer_), "/system/bin/sh"); in oem_id_to_passwd()
353 pw->pw_shell = state->sh_buffer_; in oem_id_to_passwd()
395 snprintf(state->sh_buffer_, sizeof(state->sh_buffer_), "/system/bin/sh"); in app_id_to_passwd()
400 pw->pw_shell = state->sh_buffer_; in app_id_to_passwd()