Lines Matching refs:GetFileSpec
143 module_spec.GetFileSpec().GetPath().c_str(), in Module()
159 module_spec.GetFileSpec(), 0, file_size, modules_specs, data_sp) == 0) in Module()
185 if (module_spec.GetFileSpec()) in Module()
187 FileSystem::Instance().GetModificationTime(module_spec.GetFileSpec()); in Module()
188 else if (matching_module_spec.GetFileSpec()) in Module()
190 matching_module_spec.GetFileSpec()); in Module()
203 if (module_spec.GetFileSpec()) in Module()
204 m_file = module_spec.GetFileSpec(); in Module()
205 else if (matching_module_spec.GetFileSpec()) in Module()
206 m_file = matching_module_spec.GetFileSpec(); in Module()
1069 std::string spec(GetFileSpec().GetPath()); in GetSpecificationDescription()
1243 GetFileSpec().GetFilename().AsCString("")); in GetObjectFile()
1269 GetFileSpec().GetPath().c_str()); in GetObjectFile()
1406 if (obj_file->GetFileSpec() == file) { in SetSymbolFileFileSpec()
1427 std::string old_path(obj_file->GetFileSpec().GetPath()); in SetSymbolFileFileSpec()
1525 GetFileSpec().GetFileNameStrippingExtension().GetCString(), in LoadScriptingResourceInTarget()
1575 const FileSpec &file_spec = module_ref.GetFileSpec(); in MatchesModuleSpec()