Home
last modified time | relevance | path

Searched refs:MP_VFS_NONE (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/extmod/
A Dvfs.c87 return MP_VFS_NONE; in mp_vfs_lookup_path()
100 if (vfs != MP_VFS_NONE && vfs != MP_VFS_ROOT) { in lookup_path()
109 if (vfs == MP_VFS_NONE) { in mp_vfs_proxy_call()
128 if (vfs == MP_VFS_NONE || vfs == MP_VFS_ROOT) { in mp_vfs_import_stat()
239 if (existing_mount != MP_VFS_NONE && existing_mount != MP_VFS_ROOT) { in mp_vfs_mount()
447 if (vfs == MP_VFS_ROOT || (vfs != MP_VFS_NONE && !strcmp(mp_obj_str_get_str(path_out), "/"))) { in mp_vfs_mkdir()
A Dvfs.h34 #define MP_VFS_NONE ((mp_vfs_mount_t *)1) macro

Completed in 4 milliseconds