![]() |
Audacity 3.2.0
|
Classes | |
| class | LinuxModule |
Functions | |
| Optional< std::string > | getCurrentMachineName () |
| Optional< Path > | getApplicationPath () |
| void | findFilesWithExt (const std::string &path, const std::string &ext, Module::PathList &pathList, bool recursive=true) |
| void | findModules (const std::string &path, Module::PathList &pathList) |
| void VST3::Hosting::anonymous_namespace{module_linux.cpp}::findFilesWithExt | ( | const std::string & | path, |
| const std::string & | ext, | ||
| Module::PathList & | pathList, | ||
| bool | recursive = true |
||
| ) |
Definition at line 224 of file module_linux.cpp.
References findFilesWithExt().
Referenced by findFilesWithExt(), and findModules().
| void VST3::Hosting::anonymous_namespace{module_linux.cpp}::findModules | ( | const std::string & | path, |
| Module::PathList & | pathList | ||
| ) |
Definition at line 247 of file module_linux.cpp.
References findFilesWithExt().
| Optional< Path > VST3::Hosting::anonymous_namespace{module_linux.cpp}::getApplicationPath | ( | ) |
Definition at line 92 of file module_linux.cpp.
| Optional< std::string > VST3::Hosting::anonymous_namespace{module_linux.cpp}::getCurrentMachineName | ( | ) |
Definition at line 80 of file module_linux.cpp.
Referenced by VST3::Hosting::anonymous_namespace{module_linux.cpp}::LinuxModule::getSOPath().