Home
last modified time | relevance | path

Searched refs:MP_EPERM (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dmperrno.h40 #define MP_EPERM (1) // Operation not permitted macro
96 #define MP_EPERM EPERM macro
/AliOS-Things-master/components/py_engine/engine/shared/runtime/
A Dsys_stdio_mphal.c76 *errcode = MP_EPERM; in stdio_read()
87 *errcode = MP_EPERM; in stdio_write()
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dvfs.c115 mp_raise_OSError(MP_EPERM); in mp_vfs_proxy_call()
244 mp_raise_OSError(MP_EPERM); in mp_vfs_mount()
467 mp_raise_OSError(MP_EPERM); in mp_vfs_rename()
A Dvfs_posix.c117 mp_raise_OSError(MP_EPERM); in vfs_posix_mount()
/AliOS-Things-master/components/py_engine/modules/audio/
A Duvoicerecorder.c68 return MP_OBJ_NEW_SMALL_INT(-MP_EPERM); in uvoice_open()
A Duvoiceplayer.c120 return MP_OBJ_NEW_SMALL_INT(-MP_EPERM); in uvoice_play()

Completed in 12 milliseconds