Searched defs:stat (Results 1 - 7 of 7) sorted by relevance

/system/core/adb/
H A Dfile_sync_service.h60 } stat; member in union:__anon17
/system/core/libdiskconfig/
H A Ddiskconfig.c27 #include <sys/stat.h>
241 struct stat stat; local
246 if (fstat(fd, &stat)) {
247 LOGE("Cannot stat, errno=%d.", errno);
251 if (S_ISBLK(stat.st_mode) && ((rv = ioctl(fd, BLKRRPART, NULL)) < 0)) {
278 struct stat stat; local
288 if (fstat(fd, &stat)) {
289 LOGE("Cannot stat fil
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/Inc/
H A DTNETWArb.h102 TNETWArbStat_t stat; member in struct:T_TNETWARB_CB
/system/extras/tests/framebuffer/
H A Dmdp_test.c23 #include <sys/stat.h>
33 struct stat stat; local
57 if (fstat(*fd, &stat) < 0) {
62 *len = stat.st_size;
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/BusTxn/
H A DwhalHwAccess.c285 static void sdio_transaction_error(struct SDIO_Request *req, int stat);
2384 static void sdio_transaction_error(struct SDIO_Request *req, int stat) argument
/system/wlan/ti/wilink_6_1/external_drivers/sdio/linux/
H A DSdioDrv.c425 static u32 sdiodrv_poll_status(u32 reg_offset, u32 stat, unsigned int msecs) argument
432 if(( status & stat))
/system/bluetooth/bluez-clean-headers/bluetooth/
H A Dhci.h675 struct hci_dev_stats stat; member in struct:hci_dev_info

Completed in 477 milliseconds