Searched refs:opendir (Results 1 – 8 of 8) sorted by relevance
29 void opendir(void) in opendir() function
458 if ((t = opendir(sdh->mounted_point)) != RT_NULL) in nu_sdh_hotplug_mount()467 if ((t = opendir(NU_SDH_MOUNTPOINT_ROOT)) != RT_NULL) in nu_sdh_hotplug_mount()
492 if ((t = opendir(sdh->mounted_point)) != RT_NULL) in nu_sdh_hotplug_mount()501 if ((t = opendir(NU_SDH_MOUNTPOINT_ROOT)) != RT_NULL) in nu_sdh_hotplug_mount()
489 if ((t = opendir(sdh->mounted_point)) != RT_NULL) in nu_sdh_hotplug_mount()498 if ((t = opendir(NU_SDH_MOUNTPOINT_ROOT)) != RT_NULL) in nu_sdh_hotplug_mount()
633 if ((t = opendir(sdh->mounted_point)) != RT_NULL) in nu_sdh_hotplug_mount()642 if ((t = opendir(NU_SDH_MOUNTPOINT_ROOT)) != RT_NULL) in nu_sdh_hotplug_mount()
112 DIR *dir = opendir(dir_path); in search_files()
605 DIR* dir = opendir("/photo"); in rt_demo_thread_entry()
Completed in 27 milliseconds