Lines Matching defs:dsym_fspec
345 FileSpec dsym_fspec(Iter->path());
347 if (ObjectFile::GetModuleSpecifications(dsym_fspec, 0, 0, module_specs)) {
358 return dsym_fspec;
390 // and return that value in dsym_fspec.
393 // expanded/uncompressed dSYM and return that filepath in dsym_fspec.
396 FileSpec &dsym_fspec) {
412 dsym_fspec = dsym_directory;
413 dsym_fspec.AppendPathComponent(filename.AsCString());
414 if (FileSystem::Instance().Exists(dsym_fspec) &&
415 FileAtPathContainsArchAndUUID(dsym_fspec, mod_spec.GetArchitecturePtr(),
428 dsym_fspec = dsym_directory;
429 dsym_fspec.AppendPathComponent(binary_name);
430 if (FileSystem::Instance().Exists(dsym_fspec) &&
431 FileAtPathContainsArchAndUUID(dsym_fspec,
452 dsym_fspec = mutable_mod_spec.GetSymbolFileSpec();
462 // if a .dSYM bundle is found, and that path is returned in the dsym_fspec
472 FileSpec &dsym_fspec) {
477 dsym_fspec)) {
480 dsym_fspec.GetPath().c_str());
509 dsym_fspec)) {
512 dsym_fspec.GetPath().c_str());
521 dsym_fspec.Clear();