Searched refs:CacheSubdir (Results 1 – 1 of 1) sorted by relevance
318 std::string CacheSubdir = ModID.substr(PrefixLength); in getCacheFilename() local321 if (isalpha(CacheSubdir[0]) && CacheSubdir[1] == ':') { in getCacheFilename()322 CacheSubdir[1] = CacheSubdir[0]; in getCacheFilename()323 CacheSubdir[0] = '/'; in getCacheFilename()326 CacheName = CacheDir + CacheSubdir; in getCacheFilename()