Lines Matching refs:FileSpec
31 FileSpec s_cache_dir;
34 void TryGetAndPut(const FileSpec &cache_dir, const char *hostname,
46 static FileSpec GetDummyRemotePath() { in GetDummyRemotePath()
47 FileSpec fs("/", FileSpec::Style::posix); in GetDummyRemotePath()
53 static FileSpec GetUuidView(FileSpec spec) { in GetUuidView()
60 static FileSpec GetSysrootView(FileSpec spec, const char *hostname) { in GetSysrootView()
72 static void VerifyDiskState(const FileSpec &cache_dir, const char *hostname) { in VerifyDiskState()
73 FileSpec uuid_view = GetUuidView(cache_dir); in VerifyDiskState()
78 FileSpec sysroot_view = GetSysrootView(cache_dir, hostname); in VerifyDiskState()
84 void ModuleCacheTest::TryGetAndPut(const FileSpec &cache_dir, in TryGetAndPut()
98 const FileSpec &tmp_download_file_spec) { in TryGetAndPut()
107 [](const ModuleSP &module_sp, const FileSpec &tmp_download_file_spec) { in TryGetAndPut()
127 FileSpec test_cache_dir = s_cache_dir; in TEST_F()
136 FileSpec test_cache_dir = s_cache_dir; in TEST_F()
139 FileSpec uuid_view = GetUuidView(test_cache_dir); in TEST_F()
152 FileSpec test_cache_dir = s_cache_dir; in TEST_F()