Searched refs:sbuf (Results 1 – 3 of 3) sorted by relevance
/system/core/adb/ |
D | file_sync_client.cpp | 441 syncsendbuf sbuf; in SendLargeFile() local 442 sbuf.id = ID_DATA; in SendLargeFile() 444 int bytes_read = adb_read(lfd, sbuf.data, max); in SendLargeFile() 453 sbuf.size = bytes_read; in SendLargeFile() 454 WriteOrDie(lpath, rpath, &sbuf, sizeof(SyncRequest) + bytes_read); in SendLargeFile()
|
/system/tpm/trunks/ftdi/ |
D | mpsse.c | 743 uint8_t sbuf[SPI_RW_SIZE] = {0}; in InternalRead() local 758 data = build_block_buffer(mpsse, mpsse->rx, sbuf, rxsize, &data_size); in InternalRead()
|
/system/security/keystore/ |
D | key_store_service.cpp | 67 struct stat sbuf; in hadFactoryResetSinceIdRotation() local 68 if (stat(kTimestampFilePath, &sbuf) == 0) { in hadFactoryResetSinceIdRotation() 69 double diff_secs = difftime(time(NULL), sbuf.st_ctime); in hadFactoryResetSinceIdRotation()
|