Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

String Impala::Core::Database::RawDataSet::GetFilePathKernelData ( String  walkType,
String  referenceSet,
String  kernelName,
int  fileOrDirId,
bool  toWrite,
bool  silent 
) [inline]

Definition at line 766 of file RawDataSet.h.

References GetAsPath(), GetDir(), GetFilePath(), GetSection(), MakeDir(), mQuidClass, Impala::PathJoin(), and Impala::QUID_CLASS_IMAGE.

00769     {
00770         String dir = PathJoin("KernelData", walkType, referenceSet, kernelName);
00771         if(mQuidClass == QUID_CLASS_IMAGE)
00772         {
00773             dir = PathJoin(dir, GetSection(fileOrDirId), GetDir(fileOrDirId));
00774         }
00775         else
00776         {
00777             dir = PathJoin(dir, GetAsPath(fileOrDirId));
00778         }
00779         if (toWrite)
00780             MakeDir(dir);
00781         return GetFilePath(dir, kernelName + ".tab", toWrite, silent);
00782     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:18:59 2011 for ImpalaSrc by  doxygen 1.5.1