|
LMMS
|
#include "File.h"#include "DirectoryIterator.h"#include "FileInputStream.h"#include "FileOutputStream.h"#include "TemporaryFile.h"#include "../maths/Random.h"#include "../misc/Time.h"#include "../text/StringArray.h"#include <dlfcn.h>#include <fcntl.h>#include <fnmatch.h>#include <pwd.h>#include <sys/stat.h>#include <dirent.h>Go to the source code of this file.
Classes | |
| class | water::DirectoryIterator::NativeIterator::Pimpl |
Namespaces | |
| namespace | water |
Macros | |
| #define | NAMES_ARE_CASE_SENSITIVE 1 |
| #define | WATER_STAT stat |
Functions | |
| static String | water::removeEllipsis (const String &path) |
| static int | water::compareFilenames (const String &name1, const String &name2) noexcept |
| static int | water::countNumberOfSeparators (CharPointer_UTF8 s) |
| File | water::water_getExecutableFile () |
| static String | water::getLinkedFile (const String &file) |
| #define NAMES_ARE_CASE_SENSITIVE 1 |
| #define WATER_STAT stat |