#include "FBLib_tap.h"
Go to the source code of this file.
Functions | |
bool | HDD_TAP_PushDir (void) |
Variables | |
char | TAPDirStack [TAPDIR_MAX_STACK][200] |
int | TAPDirStackDepth = -1 |
bool HDD_TAP_PushDir | ( | void | ) |
Definition at line 6 of file HDD_TAP_PushDir.c.
References HDD_TAP_GetCurrentDir(), TAPDIR_MAX_STACK, TAPDirStack, TAPDirStackDepth, TRACEENTER, and TRACEEXIT.
Referenced by CrashCheck_Shutdown(), CrashCheck_Startup(), CreateRootDir(), DST_GetDefaultDSTRule(), DST_GetTransitions_Manual(), FM_LoadFontFile(), FM_MakeFontDir(), HDD_ChangeDir(), HDD_FappendOpen(), HDD_GetFileDir(), INIOpenFile(), INISaveFile(), LangLoadStrings(), LogEntryGeneric(), LogoManager_GetLogoByChannelID(), LogoManager_GetLogoByLogoName(), LogoManager_GetPathToLogoByChannelID(), LogoManager_Initialize(), LogoManager_LogoCacheLoad(), LogoManager_LogoCacheRebuild(), LogoManager_ProcessLILAdd(), LogoManager_UpdateLIL(), and WriteLog().
char TAPDirStack[TAPDIR_MAX_STACK][200] |
Definition at line 3 of file HDD_TAP_PushDir.c.
Referenced by HDD_TAP_PopDir(), and HDD_TAP_PushDir().
int TAPDirStackDepth = -1 |
Definition at line 4 of file HDD_TAP_PushDir.c.
Referenced by HDD_TAP_PopDir(), and HDD_TAP_PushDir().