Searched refs:vers (Results 1 - 2 of 2) sorted by relevance

/system/libhwbinder/
H A DProcessState.cpp299 int vers = 0; local
300 status_t result = ioctl(fd, BINDER_VERSION, &vers);
306 if (result != 0 || vers != BINDER_CURRENT_PROTOCOL_VERSION) {
307 ALOGE("Binder driver protocol(%d) does not match user space protocol(%d)!", vers, BINDER_CURRENT_PROTOCOL_VERSION);
/system/core/toolbox/
H A Dnewfs_msdos.c129 u_int8_t vers[2]; /* file system version */ member in struct:bsxbpb
678 mk2(bsxbpb->vers, 0);

Completed in 141 milliseconds