Home
last modified time | relevance | path

Searched refs:MP_IMPORT_STAT_FILE (Results 1 – 11 of 11) sorted by relevance

/dports/lang/micropython/micropython-1.17/shared/memzip/
H A Dimport.c16 return MP_IMPORT_STAT_FILE; in mp_import_stat()
/dports/lang/micropython/micropython-1.17/py/
H A Dbuiltinimport.c71 if (stat == MP_IMPORT_STAT_FILE) { in stat_file_py_or_mpy()
78 if (stat == MP_IMPORT_STAT_FILE) { in stat_file_py_or_mpy()
442 if (stat_file_py_or_mpy(&path) != MP_IMPORT_STAT_FILE) { in mp_builtin___import__()
H A Dlexer.h202 MP_IMPORT_STAT_FILE, enumerator
H A Dfrozenmod.c108 return MP_IMPORT_STAT_FILE; in mp_frozen_stat_helper()
/dports/lang/micropython/micropython-1.17/shared/runtime/
H A Dpyexec.c677 if (mp_frozen_stat(filename) == MP_IMPORT_STAT_FILE) { in pyexec_file_if_exists()
681 if (mp_import_stat(filename) != MP_IMPORT_STAT_FILE) { in pyexec_file_if_exists()
/dports/lang/micropython/micropython-1.17/extmod/
H A Dvfs_fat.c59 return MP_IMPORT_STAT_FILE; in fat_vfs_import_stat()
H A Dvfs_posix.c89 return MP_IMPORT_STAT_FILE; in mp_vfs_posix_import_stat()
H A Dvfs.c155 return MP_IMPORT_STAT_FILE; in mp_vfs_import_stat()
H A Dvfs_lfsx.c473 return MP_IMPORT_STAT_FILE; in MP_VFS_LFSx()
/dports/lang/micropython/micropython-1.17/ports/unix/
H A Dmain.c735 return MP_IMPORT_STAT_FILE; in mp_import_stat()
/dports/lang/micropython/micropython-1.17/ports/nrf/modules/uos/
H A Dmicrobitfs.c538 return MP_IMPORT_STAT_FILE; in uos_mbfs_import_stat()