Typedefs | |
| using | juce_statStruct = stat64 |
Functions | |
| static int64 | getCreationTime (const juce_statStruct &s) noexcept |
| Result | getResultForErrno () |
| Result | getResultForReturnValue (int value) |
| bool | juce_doStatFS (File f, struct statfs &result) |
| bool | juce_stat (const String &fileName, juce_statStruct &info) |
| void | updateStatInfoForFile (const String &path, bool *isDir, int64 *fileSize, Time *modTime, Time *creationTime, bool *isReadOnly) |
| using juce::anonymous_namespace{juce_SharedCode_posix.h}::juce_statStruct = typedef stat64 |
|
staticnoexcept |
References getCreationTime().
Referenced by getCreationTime(), and updateStatInfoForFile().
| Result juce::anonymous_namespace{juce_SharedCode_posix.h}::getResultForErrno | ( | ) |
References juce::Result::fail(), and getResultForErrno().
Referenced by getResultForErrno(), and getResultForReturnValue().
| Result juce::anonymous_namespace{juce_SharedCode_posix.h}::getResultForReturnValue | ( | int | value | ) |
References getResultForErrno(), getResultForReturnValue(), and juce::Result::ok().
Referenced by getResultForReturnValue().
| bool juce::anonymous_namespace{juce_SharedCode_posix.h}::juce_doStatFS | ( | File | f, |
| struct statfs & | result | ||
| ) |
References juce_doStatFS().
Referenced by juce_doStatFS().
| bool juce::anonymous_namespace{juce_SharedCode_posix.h}::juce_stat | ( | const String & | fileName, |
| juce_statStruct & | info | ||
| ) |
References juce::String::isNotEmpty(), JUCE_STAT, juce_stat(), and juce::String::toUTF8().
Referenced by juce_stat(), and updateStatInfoForFile().
| void juce::anonymous_namespace{juce_SharedCode_posix.h}::updateStatInfoForFile | ( | const String & | path, |
| bool * | isDir, | ||
| int64 * | fileSize, | ||
| Time * | modTime, | ||
| Time * | creationTime, | ||
| bool * | isReadOnly | ||
| ) |
References getCreationTime(), juce_stat(), and updateStatInfoForFile().
Referenced by updateStatInfoForFile().