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