Home
last modified time | relevance | path

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

/third_party/iowow/src/fs/
Diwfile.h93 #define IWFS_OPEN_EXISTING ((iwfs_openstatus) 0x02U) macro
Diwfile.c239 impl->ostatus = IWFS_OPEN_EXISTING; in iwfs_file_open()
/third_party/iowow/src/fs/tests/
Diwfs_test2.c337 CU_ASSERT_EQUAL_FATAL(state2.state.exfile.file.ostatus, IWFS_OPEN_EXISTING); in test_fsm_uniform_alloc_impl()