Home
last modified time | relevance | path

Searched refs:MP_ENOENT (Results 1 – 12 of 12) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dmperrno.h41 #define MP_ENOENT (2) // No such file or directory macro
97 #define MP_ENOENT ENOENT macro
/AliOS-Things-master/components/py_engine/engine/shared/memzip/
A Dlexermemzip.c14 mp_raise_OSError(MP_ENOENT); in mp_lexer_new_from_file()
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dvfs_fat_file.c44 [FR_NO_FILE] = MP_ENOENT,
45 [FR_NO_PATH] = MP_ENOENT,
A Dmoduselect.c217 mp_raise_OSError(MP_ENOENT); in poll_modify()
A Dvfs_lfsx.c281 mp_raise_OSError(-MP_ENOENT); in MP_VFS_LFSx()
/AliOS-Things-master/components/py_engine/adapter/
A Dmain.c163 return -MP_ENOENT; in mount_fs()
566 mp_raise_OSError(MP_ENOENT); in mp_lexer_new_from_file()
/AliOS-Things-master/components/py_engine/modules/driver/
A Dadc.c71 return MP_OBJ_NEW_SMALL_INT (-MP_ENOENT); in adc_open()
A Di2c.c90 return MP_OBJ_NEW_SMALL_INT(-MP_ENOENT); in i2c_open()
A Dspi.c88 return MP_OBJ_NEW_SMALL_INT(-MP_ENOENT); in spi_open()
/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmain.c364 mp_raise_OSError(MP_ENOENT); in mp_lexer_new_from_file()
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmain.c364 mp_raise_OSError(MP_ENOENT); in mp_lexer_new_from_file()
/AliOS-Things-master/components/py_engine/engine/extmod/nimble/
A Dmodbluetooth_nimble.c73 [BLE_HS_ENOENT] = MP_ENOENT,

Completed in 16 milliseconds