HomeSort by relevance Sort by last modified time
    Searched defs:dsym_path (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/build/mac/
strip_save_dsym 175 def dsym_path(macho): function
262 dsym = dsym_path(macho)
  /external/lldb/source/Plugins/SymbolVendor/MacOSX/
SymbolVendorMacOSX.cpp 179 char dsym_path[PATH_MAX]; local
180 if (module_sp->GetSourceMappingList().IsEmpty() && dsym_fspec.GetPath(dsym_path, sizeof(dsym_path)))
188 char *resources = strstr (dsym_path, "/Contents/Resources/");
193 snprintf(dsym_uuid_plist_path, sizeof(dsym_uuid_plist_path), "%s%s.plist", dsym_path, uuid_str.c_str());

Completed in 107 milliseconds