Lines Matching refs:GetFileSpec
147 module_spec.GetFileSpec().GetPath().c_str(), in Module()
161 module_spec.GetFileSpec(), 0, file_size, modules_specs, data_sp) == 0) in Module()
187 if (module_spec.GetFileSpec()) in Module()
189 FileSystem::Instance().GetModificationTime(module_spec.GetFileSpec()); in Module()
190 else if (matching_module_spec.GetFileSpec()) in Module()
192 matching_module_spec.GetFileSpec()); in Module()
205 if (module_spec.GetFileSpec()) in Module()
206 m_file = module_spec.GetFileSpec(); in Module()
207 else if (matching_module_spec.GetFileSpec()) in Module()
208 m_file = matching_module_spec.GetFileSpec(); in Module()
1002 this->GetFileSpec()); in GetSymbolFile()
1036 std::string spec(GetFileSpec().GetPath()); in GetSpecificationDescription()
1080 ConstString file_name = GetFileSpec().GetFilename(); in ReportWarningOptimization()
1187 GetFileSpec().GetFilename().AsCString("")); in GetObjectFile()
1214 GetFileSpec().GetPath().c_str()); in GetObjectFile()
1352 if (obj_file->GetFileSpec() == file) { in SetSymbolFileFileSpec()
1373 std::string old_path(obj_file->GetFileSpec().GetPath()); in SetSymbolFileFileSpec()
1470 GetFileSpec().GetFileNameStrippingExtension().GetCString(), in LoadScriptingResourceInTarget()
1520 const FileSpec &file_spec = module_ref.GetFileSpec(); in MatchesModuleSpec()