Home | History | Annotate | Download | only in complete

Lines Matching refs:CacheDir

695     sys::fs::current_path(CacheDir);
696 sys::path::append(CacheDir, "toy_object_cache");
709 SmallString<128>IRCacheFile = CacheDir;
711 if (!sys::fs::exists(CacheDir.str()) && sys::fs::create_directory(CacheDir.str())) {
731 SmallString<128> IRCacheFile = CacheDir;
750 SmallString<128> CacheDir;