HomeSort by relevance Sort by last modified time
    Searched full:p_directory (Results 1 - 1 of 1) sorted by null

  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
wipp_ctrl.c 778 DIR *p_directory; local
788 if ((p_directory = opendir("/proc/")) == NULL)
795 while ((p_dir_entry = readdir(p_directory)) != NULL)
860 closedir(p_directory);

Completed in 225 milliseconds