Home
last modified time | relevance | path

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

/device/generic/goldfish/fingerprint/
Dfingerprint.c169 int na = fwrite(&authenid, sizeof(authenid), 1, fp); in saveAuthenticatorId() local
170 if (na != 1) { in saveAuthenticatorId()
192 int na = fread(pauthenid, sizeof(*pauthenid), 1, fp); in loadAuthenticatorId() local
193 if (na != 1) in loadAuthenticatorId()
194 ALOGW("Corrupt emulator authenticator id storage (read %d)", na); in loadAuthenticatorId()