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

  /external/libxcam/xcore/
smart_analyzer_loader.cpp 76 struct dirent *dirent_lib = NULL; local
83 while ((count < MAX_PLUGIN_LIB_COUNT) && (dirent_lib = readdir (lib_dir)) != NULL) {
84 if (dirent_lib->d_type != DT_LNK &&
85 dirent_lib->d_type != DT_REG)
87 snprintf (lib_path, sizeof(lib_path), "%s/%s", dir_path, dirent_lib->d_name);
88 loader = new SmartAnalyzerLoader (lib_path, dirent_lib->d_name);

Completed in 78 milliseconds