Home
last modified time | relevance | path

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

/third_party/iowow/src/fs/
Diwexfile.h78 IWFS_ERROR_MMAP_OVERLAP, /**< Region is mmaped already, mmaping overlaps */ enumerator
Diwexfile.c578 rc = IWFS_ERROR_MMAP_OVERLAP; in _exfile_add_mmap_lw()
921 case IWFS_ERROR_MMAP_OVERLAP in _exfile_ecodefn()
/third_party/iowow/src/fs/tests/
Diwfs_test1.c240 CU_ASSERT_EQUAL_FATAL(rc, IWFS_ERROR_MMAP_OVERLAP); in test_mmap1()