Searched refs:ModuleCachePathNative (Results 1 – 1 of 1) sorted by relevance
1662 SmallString<128> ModuleCachePathNative; in pruneModuleCache() local1663 llvm::sys::path::native(HSOpts.ModuleCachePath, ModuleCachePathNative); in pruneModuleCache()1664 for (llvm::sys::fs::directory_iterator Dir(ModuleCachePathNative, EC), DirEnd; in pruneModuleCache()