Searched refs:MICROPY_ALLOC_PATH_MAX (Results 1 – 13 of 13) sorted by relevance
29 #define MICROPY_ALLOC_PATH_MAX (PATH_MAX) macro154 #undef MICROPY_ALLOC_PATH_MAX155 #define MICROPY_ALLOC_PATH_MAX 260 macro156 #define PATH_MAX MICROPY_ALLOC_PATH_MAX
223 #ifndef MICROPY_ALLOC_PATH_MAX224 #define MICROPY_ALLOC_PATH_MAX (512) macro
209 VSTR_FIXED(path_buf, MICROPY_ALLOC_PATH_MAX); in resource_stream()
360 VSTR_FIXED(path, MICROPY_ALLOC_PATH_MAX) in mp_builtin___import__()
22 #define MICROPY_ALLOC_PATH_MAX (256) macro
686 char buf[MICROPY_ALLOC_PATH_MAX + 1]; in mod_os_getcwd()
705 char buf[MICROPY_ALLOC_PATH_MAX + 1]; in mod_os_getcwd()
278 char buf[MICROPY_ALLOC_PATH_MAX + 1]; in fat_vfs_getcwd()
150 char buf[MICROPY_ALLOC_PATH_MAX + 1]; in vfs_posix_getcwd()
516 t->items[9] = MP_OBJ_NEW_SMALL_INT(MICROPY_ALLOC_PATH_MAX); in mp_vfs_statvfs()
Completed in 27 milliseconds