Home | History | Annotate | Download | only in macosx

Lines Matching full:dsym_fspec

244     FileSpec dsym_fspec;
253 dsym_fspec.GetDirectory().SetCString(path);
269 dsym_fspec.GetFilename().SetCString(dp->d_name);
270 if (FileAtPathContainsArchAndUUID (dsym_fspec, arch, uuid))
271 return dsym_fspec;
276 dsym_fspec.Clear();
277 return dsym_fspec;
470 LocateDSYMInVincinityOfExecutable (const ModuleSpec &module_spec, FileSpec &dsym_fspec)
485 dsym_fspec.SetFile(path, false);
487 if (dsym_fspec.Exists() && FileAtPathContainsArchAndUUID (dsym_fspec, module_spec.GetArchitecturePtr(), module_spec.GetUUIDPtr()))
504 dsym_fspec.SetFile(path, false);
505 if (dsym_fspec.Exists() && FileAtPathContainsArchAndUUID (dsym_fspec, module_spec.GetArchitecturePtr(), module_spec.GetUUIDPtr()))
526 dsym_fspec.Clear();