Lines Matching refs:sysroot_module_path_spec
82 const FileSpec &sysroot_module_path_spec) { in DeleteExistingModule() argument
87 std::make_shared<Module>(ModuleSpec(sysroot_module_path_spec)); in DeleteExistingModule()
103 if (status(sysroot_module_path_spec.GetPath(), st)) in DeleteExistingModule()
115 const FileSpec &sysroot_module_path_spec) { in DecrementRefExistingModule() argument
117 DeleteExistingModule(root_dir_spec, sysroot_module_path_spec); in DecrementRefExistingModule()
120 llvm::sys::fs::remove(sysroot_module_path_spec.GetPath()); in DecrementRefExistingModule()
122 FileSpec symfile_spec = GetSymbolFileSpec(sysroot_module_path_spec); in DecrementRefExistingModule()
131 const auto sysroot_module_path_spec = in CreateHostSysRootModuleLink() local
134 if (FileSystem::Instance().Exists(sysroot_module_path_spec)) { in CreateHostSysRootModuleLink()
138 DecrementRefExistingModule(root_dir_spec, sysroot_module_path_spec); in CreateHostSysRootModuleLink()
142 FileSpec(sysroot_module_path_spec.GetDirectory().AsCString())); in CreateHostSysRootModuleLink()
147 sysroot_module_path_spec.GetPath()); in CreateHostSysRootModuleLink()