Searched defs:cnt (Results 26 - 28 of 28) sorted by relevance

12

/system/sepolicy/tools/
H A Dcheck_seapp.c662 size_t cnt = 0; local
679 cnt++;
686 * it matched and we update the cnt
689 cnt++;
692 if (cnt == assert->length) {
/system/bt/btif/src/
H A Dbtif_hl.cc231 uint8_t cnt = 0; local
248 cnt++;
256 BTIF_TRACE_DEBUG("%s dch in use count=%d", __func__, cnt);
257 return cnt;
/system/vold/
H A Dcryptfs.cpp512 unsigned int cnt; local
542 if ((cnt = write(fd, crypt_ftr, sizeof(struct crypt_mnt_ftr))) != sizeof(struct crypt_mnt_ftr)) {
663 unsigned int cnt; local
695 if ( (cnt = read(fd, crypt_ftr, sizeof(struct crypt_mnt_ftr))) != sizeof(struct crypt_mnt_ftr)) {

Completed in 424 milliseconds

12