|
static void | Initialize (bool hard_abort, const char *const gc_fake_mmap) |
|
static int | GetUserTime (uint32_t *secs, uint32_t *usecs) |
|
static double | TimeCurrentMillis () |
|
static TimezoneCache * | CreateTimezoneCache () |
|
static int | GetLastError () |
|
static FILE * | FOpen (const char *path, const char *mode) |
|
static bool | Remove (const char *path) |
|
static char | DirectorySeparator () |
|
static bool | isDirectorySeparator (const char ch) |
|
static FILE * | OpenTemporaryFile () |
|
static | PRINTF_FORMAT (1, 2) void Print(const char *format |
|
static static | PRINTF_FORMAT (1, 0) void VPrint(const char *format |
|
static | PRINTF_FORMAT (2, 3) void FPrint(FILE *out |
|
static const char static | PRINTF_FORMAT (2, 0) void VFPrint(FILE *out |
|
static | PRINTF_FORMAT (1, 2) void PrintError(const char *format |
|
static static | PRINTF_FORMAT (1, 0) void VPrintError(const char *format |
|
static bool | HasLazyCommits () |
|
static void | Sleep (TimeDelta interval) |
|
static void | Abort () |
|
static void | DebugBreak () |
|
static | PRINTF_FORMAT (3, 4) int SNPrintF(char *str |
|
static int const char static | PRINTF_FORMAT (3, 0) int VSNPrintF(char *str |
|
static char * | StrChr (char *str, int c) |
|
static void | StrNCpy (char *dest, int length, const char *src, size_t n) |
|
static std::vector< SharedLibraryAddress > | GetSharedLibraryAddresses () |
|
static void | SignalCodeMovingGC () |
|
static bool | ArmUsingHardFloat () |
|
static int | ActivationFrameAlignment () |
|
static int | GetCurrentProcessId () |
|
static int | GetCurrentThreadId () |
|
static void | ExitProcess (int exit_code) |
|
Definition at line 107 of file platform.h.