Lines Matching refs:module_file_path
195 const auto module_file_path = in Put() local
200 llvm::sys::fs::rename(tmp_file_path, module_file_path.GetPath()); in Put()
203 module_file_path.GetPath().c_str(), in Put()
207 root_dir_spec, hostname, target_file, module_file_path, true); in Put()
210 module_file_path.GetPath().c_str(), error.AsCString()); in Put()
228 const auto module_file_path = JoinPath( in Get() local
231 if (!FileSystem::Instance().Exists(module_file_path)) in Get()
232 return Status("Module %s not found", module_file_path.GetPath().c_str()); in Get()
233 if (FileSystem::Instance().GetByteSize(module_file_path) != in Get()
236 module_file_path.GetPath().c_str()); in Get()
242 module_file_path, false); in Get()
245 module_file_path.GetPath().c_str(), error.AsCString()); in Get()
250 cached_module_spec.GetFileSpec() = module_file_path; in Get()