|
void * | juce::anonymous_namespace{juce_posix_SharedCode.h}::fdToVoidPointer (int fd) noexcept |
|
static int64 | juce::anonymous_namespace{juce_posix_SharedCode.h}::getCreationTime (const juce_statStruct &s) noexcept |
|
int | juce::anonymous_namespace{juce_posix_SharedCode.h}::getFD (void *handle) noexcept |
|
Result | juce::anonymous_namespace{juce_posix_SharedCode.h}::getResultForErrno () |
|
Result | juce::anonymous_namespace{juce_posix_SharedCode.h}::getResultForReturnValue (int value) |
|
static bool | juce::hasEffectiveRootFilePermissions () |
|
bool | juce::anonymous_namespace{juce_posix_SharedCode.h}::juce_doStatFS (File f, struct statfs &result) |
|
int64 | juce::juce_fileSetPosition (void *handle, int64 pos) |
|
File | juce::juce_getExecutableFile () |
|
int | juce::juce_siginterrupt (int sig, int flag) |
|
bool | juce::anonymous_namespace{juce_posix_SharedCode.h}::juce_stat (const String &fileName, juce_statStruct &info) |
|
static String | juce::readPosixConfigFileValue (const char *file, const char *key) |
|
static bool | juce::setFileModeFlags (const String &fullPath, mode_t flags, bool shouldSet) noexcept |
|
static void * | juce::threadEntryProc (void *userData) |
|
void | juce::anonymous_namespace{juce_posix_SharedCode.h}::updateStatInfoForFile (const String &path, bool *isDir, int64 *fileSize, Time *modTime, Time *creationTime, bool *isReadOnly) |
|