Definition at line 97 of file ImageArchiveRepositoryInFile.h. References Impala::FileNameConcat(), Impala::Persistency::ImageArchiveLocator::GetContainer(), and Impala::Persistency::ImageArchiveLocator::GetFramesString(). Referenced by Add(), Delete(), Exists(), and Get(). 00098 { 00099 String dir = loc.GetFramesString(); 00100 dir = FileNameConcat(dir, loc.GetContainer()); 00101 return dir; 00102 }
Here is the call graph for this function: ![]()
|