Searched refs:norfs_read_obj (Results 1 – 3 of 3) sorted by relevance
/lk-master/lib/norfs/test/ |
A D | norfs_test.c | 126 EXPECT_EQ(ERR_NOT_MOUNTED, norfs_read_obj(char_key, char_array_buffer, in test_basic_read_write() 144 status = norfs_read_obj(char_key, char_array_buffer, sizeof(unsigned char)*6, in test_basic_read_write() 150 status = norfs_read_obj(int_key, (unsigned char *)&big_int_buffer, in test_basic_read_write() 205 status = norfs_read_obj(int_key, (unsigned char *)&big_int_buffer, in test_basic_read_write() 291 status = norfs_read_obj(4, array, size, &bytes_read, 0); in test_garbage_collection() 393 status_t status = norfs_read_obj(2, buff, 4, &bytes_read, 0); in test_corruption() 403 status = norfs_read_obj(4, buff, 4, &bytes_read, 0); in test_corruption() 405 status = norfs_read_obj(0, buff, 4, &bytes_read, 0); in test_corruption() 438 status = norfs_read_obj(key, obj, obj_len, &bytes_read, 0); in test_deletion_objects_retained_during_gc() 443 status = norfs_read_obj(key, obj, obj_len, &bytes_read, 0); in test_deletion_objects_retained_during_gc() [all …]
|
/lk-master/lib/norfs/include/lib/ |
A D | norfs.h | 56 status_t norfs_read_obj(uint32_t key, unsigned char *buffer, uint16_t buffer_len,
|
/lk-master/lib/norfs/ |
A D | norfs.c | 402 status_t norfs_read_obj(uint32_t key, unsigned char *buffer, in norfs_read_obj() function
|
Completed in 5 milliseconds