HomeSort by relevance Sort by last modified time
    Searched refs:storage_write (Results 1 - 3 of 3) sorted by null

  /system/core/trusty/storage/lib/include/trusty/lib/
storage.h 109 * storage_write() - Writes to a file at a given offset. Grows the file if necessary.
118 ssize_t storage_write(file_handle_t handle,
  /system/core/trusty/storage/tests/
main.cpp 136 rc = storage_write(handle, off, data_buf, sizeof(data_buf),
152 rc = storage_write(handle, off, data_buf, sizeof(data_buf),
832 rc = storage_write(handle, 1, &val, sizeof(val), STORAGE_OP_COMPLETE);
1065 rc = storage_write(handle, 0, test_buf_, wc * sizeof(uint32_t), STORAGE_OP_COMPLETE);
    [all...]
  /system/core/trusty/storage/lib/
storage.c 238 ssize_t storage_write(file_handle_t fh, storage_off_t off, function

Completed in 208 milliseconds