JUCE v8.0.9
JUCE API
 
Loading...
Searching...
No Matches
juce_SharedCode_posix.h File Reference

Classes

class  juce::ChildProcess::ActiveProcess
 
class  juce::InterProcessLock::Pimpl
 
struct  juce::MaxNumFileHandlesInitialiser
 
class  juce::PosixSchedulerPriority
 
class  juce::PosixThreadAttribute
 

Namespaces

namespace  juce
 
namespace  juce::anonymous_namespace{juce_SharedCode_posix.h}
 

Macros

#define JUCE_STAT   stat64
 

Typedefs

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

Functions

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)
 

Variables

static MaxNumFileHandlesInitialiser juce::maxNumFileHandlesInitialiser
 

Macro Definition Documentation

◆ JUCE_STAT

#define JUCE_STAT   stat64