Searched refs:current_module_path (Results 1 - 1 of 1) sorted by path

/haiku/src/system/kernel/
H A Dmodule.cpp139 const char* current_module_path; member in struct:module_iterator
1008 iterator->current_module_path = strdup(path.Path());
1009 if (iterator->current_module_path == NULL)
1014 iterator->current_module_path, iterator->path_base_length);
1018 iterator->current_module_path = NULL;
1029 free((char*)iterator->current_module_path);
1030 iterator->current_module_path = NULL;
1059 free((char*)iterator->current_module_path);
1060 iterator->current_module_path = NULL;
2098 free((char*)iterator->current_module_path);
[all...]

Completed in 60 milliseconds