Lines Matching refs:sysroot_module_path_spec
83 const FileSpec &sysroot_module_path_spec) { in DeleteExistingModule() argument
88 std::make_shared<Module>(ModuleSpec(sysroot_module_path_spec)); in DeleteExistingModule()
104 if (status(sysroot_module_path_spec.GetPath(), st)) in DeleteExistingModule()
116 const FileSpec &sysroot_module_path_spec) { in DecrementRefExistingModule() argument
118 DeleteExistingModule(root_dir_spec, sysroot_module_path_spec); in DecrementRefExistingModule()
121 llvm::sys::fs::remove(sysroot_module_path_spec.GetPath()); in DecrementRefExistingModule()
123 FileSpec symfile_spec = GetSymbolFileSpec(sysroot_module_path_spec); in DecrementRefExistingModule()
132 const auto sysroot_module_path_spec = in CreateHostSysRootModuleLink() local
135 if (FileSystem::Instance().Exists(sysroot_module_path_spec)) { in CreateHostSysRootModuleLink()
139 DecrementRefExistingModule(root_dir_spec, sysroot_module_path_spec); in CreateHostSysRootModuleLink()
143 FileSpec(sysroot_module_path_spec.GetDirectory().AsCString())); in CreateHostSysRootModuleLink()
148 sysroot_module_path_spec.GetPath()); in CreateHostSysRootModuleLink()