Home
last modified time | relevance | path

Searched refs:sbuf (Results 1 – 3 of 3) sorted by relevance

/system/core/adb/
Dfile_sync_client.cpp441 syncsendbuf sbuf; in SendLargeFile() local
442 sbuf.id = ID_DATA; in SendLargeFile()
444 int bytes_read = adb_read(lfd, sbuf.data, max - sizeof(SyncRequest)); in SendLargeFile()
453 sbuf.size = bytes_read; in SendLargeFile()
454 WriteOrDie(lpath, rpath, &sbuf, sizeof(SyncRequest) + bytes_read); in SendLargeFile()
/system/tpm/trunks/ftdi/
Dmpsse.c743 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/
Dkey_store_service.cpp85 struct stat sbuf; in hadFactoryResetSinceIdRotation() local
86 if (stat(kTimestampFilePath, &sbuf) == 0) { in hadFactoryResetSinceIdRotation()
87 double diff_secs = difftime(time(NULL), sbuf.st_ctime); in hadFactoryResetSinceIdRotation()