Lines Matching refs:dsym_fspec
81 FileSpec &dsym_fspec) { in LookForDsymNextToExecutablePath() argument
97 dsym_fspec = dsym_directory; in LookForDsymNextToExecutablePath()
98 dsym_fspec.AppendPathComponent(filename.AsCString()); in LookForDsymNextToExecutablePath()
99 if (FileSystem::Instance().Exists(dsym_fspec) && in LookForDsymNextToExecutablePath()
100 FileAtPathContainsArchAndUUID(dsym_fspec, mod_spec.GetArchitecturePtr(), in LookForDsymNextToExecutablePath()
113 dsym_fspec = dsym_directory; in LookForDsymNextToExecutablePath()
114 dsym_fspec.AppendPathComponent(binary_name); in LookForDsymNextToExecutablePath()
115 if (FileSystem::Instance().Exists(dsym_fspec) && in LookForDsymNextToExecutablePath()
116 FileAtPathContainsArchAndUUID(dsym_fspec, in LookForDsymNextToExecutablePath()
136 dsym_fspec = mutable_mod_spec.GetSymbolFileSpec(); in LookForDsymNextToExecutablePath()
157 FileSpec &dsym_fspec) { in LocateDSYMInVincinityOfExecutable() argument
162 dsym_fspec)) { in LocateDSYMInVincinityOfExecutable()
165 dsym_fspec.GetPath().c_str()); in LocateDSYMInVincinityOfExecutable()
194 dsym_fspec)) { in LocateDSYMInVincinityOfExecutable()
197 dsym_fspec.GetPath().c_str()); in LocateDSYMInVincinityOfExecutable()
206 dsym_fspec.Clear(); in LocateDSYMInVincinityOfExecutable()