In indexcopy.cc it is checked if the file exists, GetFileName is defined in indexcopy.h and returns "Sources" for SrcCopy:
if (FileExists(*I + GetFileName()) == true) { Pkg.Open(*I + GetFileName(),FileFd::ReadOnly); FileSize = Pkg.Size(); }
In indexcopy.cc it is checked if the file exists, GetFileName is defined in indexcopy.h and returns "Sources" for SrcCopy:
if (FileExists(*I + GetFileName()) == true) ),FileFd: :ReadOnly) ;
{
Pkg.Open(*I + GetFileName(
FileSize = Pkg.Size();
}