Home
last modified time | relevance | path

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

/external/vboot_reference/host/lib/
Dcrossystem.c88 static VbNvContext cached_vnc; in VbGetNvStorage() local
92 if (0 != VbReadNvStorage(&cached_vnc)) in VbGetNvStorage()
97 if (0 != VbNvSetup(&cached_vnc)) in VbGetNvStorage()
99 retval = VbNvGet(&cached_vnc, param, &value); in VbGetNvStorage()
100 if (0 != VbNvTeardown(&cached_vnc)) in VbGetNvStorage()