Searched refs:MP_EEXIST (Results 1 – 3 of 3) sorted by relevance
56 #define MP_EEXIST (17) // File exists macro112 #define MP_EEXIST EEXIST macro
48 [FR_EXIST] = MP_EEXIST,
448 mp_raise_OSError(MP_EEXIST); in mp_vfs_mkdir()
Completed in 5 milliseconds