Lines Matching defs:module_file_path
196 const auto module_file_path =
201 llvm::sys::fs::rename(tmp_file_path, module_file_path.GetPath());
205 module_file_path.GetPath().c_str(), err_code.message().c_str());
208 root_dir_spec, hostname, target_file, module_file_path, true);
211 module_file_path.GetPath().c_str(),
230 const auto module_file_path = JoinPath(
233 if (!FileSystem::Instance().Exists(module_file_path))
235 "Module %s not found", module_file_path.GetPath().c_str());
236 if (FileSystem::Instance().GetByteSize(module_file_path) !=
239 "Module %s has invalid file size", module_file_path.GetPath().c_str());
245 module_file_path, false);
248 module_file_path.GetPath().c_str(),
254 cached_module_spec.GetFileSpec() = module_file_path;