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

Classes

class  juce::ChildProcess::ActiveProcess
 
struct  juce::HighResolutionTimer::Pimpl
 
class  juce::HighResolutionTimer::Pimpl::Clock
 
class  juce::InterProcessLock::Pimpl
 
struct  juce::MaxNumFileHandlesInitialiser
 

Namespaces

 juce
 
 juce::anonymous_namespace{juce_posix_SharedCode.h}
 

Macros

#define JUCE_STAT   stat64
 

Typedefs

using juce::anonymous_namespace{juce_posix_SharedCode.h}::juce_statStruct = struct stat64
 

Functions

void * juce::anonymous_namespace{juce_posix_SharedCode.h}::fdToVoidPointer (int fd) noexcept
 
static int64 juce::anonymous_namespace{juce_posix_SharedCode.h}::getCreationTime (const juce_statStruct &s) noexcept
 
int juce::anonymous_namespace{juce_posix_SharedCode.h}::getFD (void *handle) noexcept
 
Result juce::anonymous_namespace{juce_posix_SharedCode.h}::getResultForErrno ()
 
Result juce::anonymous_namespace{juce_posix_SharedCode.h}::getResultForReturnValue (int value)
 
static bool juce::hasEffectiveRootFilePermissions ()
 
bool juce::anonymous_namespace{juce_posix_SharedCode.h}::juce_doStatFS (File f, struct statfs &result)
 
int64 juce::juce_fileSetPosition (void *handle, int64 pos)
 
File juce::juce_getExecutableFile ()
 
int juce::juce_siginterrupt (int sig, int flag)
 
bool juce::anonymous_namespace{juce_posix_SharedCode.h}::juce_stat (const String &fileName, juce_statStruct &info)
 
static String juce::readPosixConfigFileValue (const char *file, const char *key)
 
static bool juce::setFileModeFlags (const String &fullPath, mode_t flags, bool shouldSet) noexcept
 
static void * juce::threadEntryProc (void *userData)
 
void juce::anonymous_namespace{juce_posix_SharedCode.h}::updateStatInfoForFile (const String &path, bool *isDir, int64 *fileSize, Time *modTime, Time *creationTime, bool *isReadOnly)
 

Variables

JavaVM * juce::androidJNIJavaVM
 
static MaxNumFileHandlesInitialiser juce::maxNumFileHandlesInitialiser
 

Macro Definition Documentation

◆ JUCE_STAT

#define JUCE_STAT   stat64