JUCE v8.0.9
JUCE API
 
Loading...
Searching...
No Matches
juce::anonymous_namespace{juce_SharedCode_posix.h} Namespace Reference

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)
 

Typedef Documentation

◆ juce_statStruct

using juce::anonymous_namespace{juce_SharedCode_posix.h}::juce_statStruct = typedef stat64

Function Documentation

◆ getCreationTime()

static int64 juce::anonymous_namespace{juce_SharedCode_posix.h}::getCreationTime ( const juce_statStruct s)
staticnoexcept

◆ getResultForErrno()

Result juce::anonymous_namespace{juce_SharedCode_posix.h}::getResultForErrno ( )

◆ getResultForReturnValue()

Result juce::anonymous_namespace{juce_SharedCode_posix.h}::getResultForReturnValue ( int  value)

◆ juce_doStatFS()

bool juce::anonymous_namespace{juce_SharedCode_posix.h}::juce_doStatFS ( File  f,
struct statfs &  result 
)

References juce_doStatFS().

Referenced by juce_doStatFS().

◆ juce_stat()

bool juce::anonymous_namespace{juce_SharedCode_posix.h}::juce_stat ( const String fileName,
juce_statStruct info 
)

◆ updateStatInfoForFile()

void juce::anonymous_namespace{juce_SharedCode_posix.h}::updateStatInfoForFile ( const String path,
bool isDir,
int64 fileSize,
Time modTime,
Time creationTime,
bool isReadOnly 
)