#include <sys/types.h>
#include <sys/stat.h>
#include <dirent.h>
#include <Basics.H>
#include <FS.H>
#include <AtomicFile.H>
#include <FP.H>
#include <CacheArgs.H>
#include <CacheConfig.H>
#include <VestaVal.H>
#include <CacheEntry.H>
#include <SPKFile.H>
#include <SMultiPKFileRep.H>
Go to the source code of this file.
Functions | |
void | Error (char *msg, char *arg=(char *) NULL) throw () |
bool | OpenFile (const Text fname, ifstream &ifs) throw (FS::Failure) |
int | main (int argc, char *argv[]) |
|
Definition at line 46 of file PrintCacheVal.C. References Error(). |
|
Definition at line 228 of file PrintCacheVal.C. References Error(), and CacheArgs::StartsWith(). |
|
Definition at line 55 of file PrintCacheVal.C. References OpenFile(), and FS::OpenReadOnly(). Referenced by OpenFile(). |