Home
last modified time | relevance | path

Searched refs:sPathRelMod (Results 1 – 1 of 1) sorted by relevance

/dports/www/apt-cacher-ng/apt-cacher-ng-3.2/source/
H A Dfileitem.cc815 mstring sPathRelMod(sPathRel); in PrepareRegisteredFileItemWithStorage() local
816 replaceChars(sPathRelMod, "/\\", '_'); in PrepareRegisteredFileItemWithStorage()
817 sPathRelMod.insert(0, sReplDir + ltos(getpid()) + "_" + ltos(now)+"_"); in PrepareRegisteredFileItemWithStorage()
819 auto sp(make_shared<fileitem_with_storage>(sPathRelMod, 1)); in PrepareRegisteredFileItemWithStorage()