Home | History | Annotate | Download | only in macosx

Lines Matching defs:true

94         return true;
126 return true;
190 return true;
346 if (::CFURLGetFileSystemRepresentation (dsym_url.get(), true, (UInt8*)path, sizeof(path)-1))
384 FileSpec resolved_source_path(actual_src_path, true);
387 module_spec.GetSourceMappingList().Append (ConstString(build_src_path), ConstString(actual_src_path), true);
404 success = true;
411 if (::CFURLGetFileSystemRepresentation (dsym_url.get(), true, (UInt8*)path, sizeof(path)-1))
417 FileSpec file_spec (path, true);
426 if (::CFURLGetFileSystemRepresentation (bundle_exe_url.get(), true, (UInt8*)path, sizeof(path)-1))
428 FileSpec bundle_exe_file_spec (path, true);
489 return true;
506 return true;
588 module_spec.GetFileSpec().SetFile (str.c_str(), true);
596 module_spec.GetSymbolFileSpec().SetFile (str.c_str(), true);
597 success = true;
625 module_spec.GetSourceMappingList().Append (ConstString(DBGBuildSourcePath.c_str()), ConstString(DBGSourcePath.c_str()), true);
645 g_have_checked_for_dbgshell_command = true;
675 g_located_dsym_for_uuid_exe = true;
680 dsym_for_uuid_exe_spec.SetFile(dsym_for_uuid_exe_path_cstr, true);
711 dsym_for_uuid_exe_spec.SetFile(g_dbgshell_command, true);
787 return true;