JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::anonymous_namespace{juce_posix_SharedCode.h} Namespace Reference

Typedefs

using juce_statStruct = struct stat64
 

Functions

void * fdToVoidPointer (int fd) noexcept
 
static int64 getCreationTime (const juce_statStruct &s) noexcept
 
int getFD (void *handle) 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_posix_SharedCode.h}::juce_statStruct = typedef struct stat64

Function Documentation

◆ fdToVoidPointer()

void* juce::anonymous_namespace{juce_posix_SharedCode.h}::fdToVoidPointer ( int  fd)
noexcept

◆ getCreationTime()

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

References juce::gl::s.

Referenced by updateStatInfoForFile().

◆ getFD()

◆ getResultForErrno()

◆ getResultForReturnValue()

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

◆ juce_doStatFS()

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

◆ juce_stat()

◆ updateStatInfoForFile()

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