Searched refs:na (Results 1 – 1 of 1) sorted by relevance
169 int na = fwrite(&authenid, sizeof(authenid), 1, fp); in saveAuthenticatorId() local170 if (na != 1) { in saveAuthenticatorId()192 int na = fread(pauthenid, sizeof(*pauthenid), 1, fp); in loadAuthenticatorId() local193 if (na != 1) in loadAuthenticatorId()194 ALOGW("Corrupt emulator authenticator id storage (read %d)", na); in loadAuthenticatorId()