Searched refs:opflags (Results 1 – 5 of 5) sorted by relevance
/trusty/user/base/lib/storage/include/lib/storage/ |
D | storage.h | 98 uint32_t opflags); 132 uint32_t opflags); 144 uint32_t opflags); 218 uint32_t opflags); 230 uint32_t opflags);
|
/trusty/user/base/lib/storage/ |
D | storage.c | 55 static inline uint32_t _to_msg_flags(uint32_t opflags) { in _to_msg_flags() argument 58 if (opflags & STORAGE_OP_COMPLETE) in _to_msg_flags() 61 if (opflags & STORAGE_OP_CHECKPOINT) { in _to_msg_flags() 68 if (opflags & STORAGE_OP_FS_REPAIRED_ACK) { in _to_msg_flags() 276 uint32_t opflags) { in storage_open_file() argument 278 .flags = _to_msg_flags(opflags)}; in storage_open_file() 318 uint32_t opflags) { in storage_move_file() argument 323 .flags = _to_msg_flags(opflags), in storage_move_file() 344 uint32_t opflags) { in storage_delete_file() argument 346 .flags = _to_msg_flags(opflags)}; in storage_delete_file() [all …]
|
/trusty/user/app/storage/storage_mock/ |
D | storage_mock.c | 116 uint32_t opflags) { in storage_open_file() argument 209 uint32_t opflags) { in storage_move_file() argument 215 uint32_t opflags) { in storage_delete_file() argument 294 uint32_t opflags) { in storage_write() argument 322 uint32_t opflags) { in storage_set_file_size() argument
|
/trusty/user/app/keymaster/ |
D | secure_storage_manager.cpp | 92 uint32_t opflags) { in open_file() argument 93 return storage_open_file(session, &file_handle, name, flags, opflags); in open_file()
|
/trusty/user/app/storage/test/storage-unittest/ |
D | main.c | 147 uint32_t opflags) { in WriteZeroChunk() argument 155 return storage_write(handle, off, data_buf, sizeof(data_buf), opflags); in WriteZeroChunk() 161 uint32_t opflags) { in WritePatternChunk() argument 169 return storage_write(handle, off, data_buf, sizeof(data_buf), opflags); in WritePatternChunk()
|