Home
last modified time | relevance | path

Searched refs:MICROPY_ALLOC_PATH_MAX (Results 1 – 13 of 13) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/mpy-cross/
A Dmpconfigport.h29 #define MICROPY_ALLOC_PATH_MAX (PATH_MAX) macro
154 #undef MICROPY_ALLOC_PATH_MAX
155 #define MICROPY_ALLOC_PATH_MAX 260 macro
156 #define PATH_MAX MICROPY_ALLOC_PATH_MAX
/AliOS-Things-master/components/py_engine/engine/py/
A Dmpconfig.h223 #ifndef MICROPY_ALLOC_PATH_MAX
224 #define MICROPY_ALLOC_PATH_MAX (512) macro
A Dmodio.c209 VSTR_FIXED(path_buf, MICROPY_ALLOC_PATH_MAX); in resource_stream()
A Dbuiltinimport.c360 VSTR_FIXED(path, MICROPY_ALLOC_PATH_MAX) in mp_builtin___import__()
/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmpconfigport.h22 #define MICROPY_ALLOC_PATH_MAX (256) macro
A Dmoduos.c686 char buf[MICROPY_ALLOC_PATH_MAX + 1]; in mod_os_getcwd()
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmpconfigport.h22 #define MICROPY_ALLOC_PATH_MAX (256) macro
A Dmoduos.c686 char buf[MICROPY_ALLOC_PATH_MAX + 1]; in mod_os_getcwd()
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmpconfigport.h22 #define MICROPY_ALLOC_PATH_MAX (256) macro
A Dmoduos.c705 char buf[MICROPY_ALLOC_PATH_MAX + 1]; in mod_os_getcwd()
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dvfs_fat.c278 char buf[MICROPY_ALLOC_PATH_MAX + 1]; in fat_vfs_getcwd()
A Dvfs_posix.c150 char buf[MICROPY_ALLOC_PATH_MAX + 1]; in vfs_posix_getcwd()
A Dvfs.c516 t->items[9] = MP_OBJ_NEW_SMALL_INT(MICROPY_ALLOC_PATH_MAX); in mp_vfs_statvfs()

Completed in 23 milliseconds