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