JUCE  v5.1.1-3-g1a0b28c73
JUCE API
anonymous_namespace{juce_posix_SharedCode.h} Namespace Reference

Typedefs

typedef struct stat64 juce_statStruct
 

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 *const isDir, int64 *const fileSize, Time *const modTime, Time *const creationTime, bool *const isReadOnly)
 

Typedef Documentation

◆ juce_statStruct

typedef struct stat64 anonymous_namespace{juce_posix_SharedCode.h}::juce_statStruct

Function Documentation

◆ fdToVoidPointer()

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

◆ getCreationTime()

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

◆ getFD()

◆ getResultForErrno()

◆ getResultForReturnValue()

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

◆ juce_doStatFS()

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

◆ juce_stat()

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

◆ updateStatInfoForFile()

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