Searched refs:check (Results 1 - 9 of 9) sorted by relevance

/system/vold/
H A DFat.h24 static int check(const char *fsPath);
H A DFat.cpp48 int Fat::check(const char *fsPath) { function in class:Fat
69 SLOGI("Filesystem check completed OK");
73 SLOGE("Filesystem check failed (not a FAT filesystem)");
83 SLOGE("Failing check after too many rechecks");
88 SLOGE("Filesystem check failed (unknown exit code %d)", rc);
H A DVolume.cpp401 if (Fat::check(devicePath)) {
/system/core/libnetutils/
H A Dpacket.c108 ip.check = 0;
111 ip.check = finish_sum(checksum(&ip, sizeof(ip), 0));
116 udp.check = 0;
131 udp.check = finish_sum(udpsum);
212 ALOGW("IP header checksum failure (0x%x)", packet.ip.check);
229 temp = packet.udp.check;
230 packet.udp.check = 0;
232 packet.udp.check = temp;
/system/core/libmincrypt/tools/
H A DDumpPublicKey.java39 static void check(RSAPublicKey key) throws Exception { method in class:DumpPublicKey
57 check(key);
120 check(key);
/system/core/fastboot/
H A Dusb_linux.c85 static int check(void *_desc, int len, unsigned type, int size) function
111 if(check(ptr, len, USB_DT_DEVICE, USB_DT_DEVICE_SIZE))
117 if(check(ptr, len, USB_DT_CONFIG, USB_DT_CONFIG_SIZE))
162 if(check(ptr, len, USB_DT_INTERFACE, USB_DT_INTERFACE_SIZE))
175 if(check(ptr, len, USB_DT_ENDPOINT, USB_DT_ENDPOINT_SIZE))
/system/core/sh/
H A Dalias.c179 lookupalias(char *name, int check) argument
185 if (check && (ap->flag & ALIASINUSE))
H A Dinput.c319 goto check;
336 check:
/system/core/adb/
H A Dsysdeps_win32.c1291 int (*check) ( EventHook hook ); member in struct:EventHookRec_
1318 hook->check = NULL;
1397 /* this should update start/stop/check/peek */
1713 * like mouse movements. we need to filter these with the "check" function
1720 (!hook->check || hook->check(hook)) )
2076 hook->check = _event_socket_check;

Completed in 111 milliseconds