HomeSort by relevance Sort by last modified time
    Searched refs:platform_file (Results 1 - 19 of 19) sorted by null

  /external/lldb/source/Plugins/Platform/MacOSX/
PlatformMacOSX.cpp 161 PlatformMacOSX::GetFile (const FileSpec &platform_file,
168 return m_remote_platform_sp->GetFile (platform_file, uuid_ptr, local_file);
172 local_file = platform_file;
PlatformMacOSX.h 71 GetFile (const lldb_private::FileSpec &platform_file,
PlatformiOSSimulator.cpp 318 PlatformiOSSimulator::GetFile (const FileSpec &platform_file,
324 if (platform_file.GetPath(platform_file_path, sizeof(platform_file_path)))
372 const FileSpec &platform_file = module_spec.GetFileSpec(); local
373 error = GetFile (platform_file, module_spec.GetUUIDPtr(), local_file);
390 module_sp->SetPlatformFileSpec(platform_file);
PlatformRemoteiOS.h 85 GetSymbolFile (const lldb_private::FileSpec &platform_file,
162 FindFileInAllSDKs (const lldb_private::FileSpec &platform_file,
PlatformiOSSimulator.h 83 GetFile (const lldb_private::FileSpec &platform_file,
PlatformRemoteiOS.cpp 610 PlatformRemoteiOS::GetSymbolFile (const FileSpec &platform_file,
616 if (platform_file.GetPath(platform_file_path, sizeof(platform_file_path)))
653 local_file = platform_file;
679 const FileSpec &platform_file = module_spec.GetFileSpec(); local
683 Error error (GetSymbolFile (platform_file, module_uuid_ptr, local_file));
695 if (platform_file.GetPath(platform_file_path, sizeof(platform_file_path)))
762 module_sp->SetPlatformFileSpec(platform_file);
PlatformDarwin.cpp 306 const FileSpec &platform_file = module_spec.GetFileSpec(); local
307 if (!module_sp && module_search_paths_ptr && platform_file)
312 if (Host::GetBundleDirectory (platform_file, bundle_directory))
314 if (platform_file == bundle_directory)
334 platform_file.GetPath (platform_path, sizeof(platform_path));
    [all...]
PlatformDarwinKernel.cpp 593 const FileSpec &platform_file = module_spec.GetFileSpec(); local
596 std::string kext_bundle_id = platform_file.GetPath();
  /external/lldb/source/Plugins/Platform/Linux/
PlatformLinux.h 76 GetFile (const FileSpec &platform_file,
PlatformLinux.cpp 285 PlatformLinux::GetFile (const FileSpec &platform_file,
291 return m_remote_platform_sp->GetFile (platform_file, uuid_ptr, local_file);
295 local_file = platform_file;
  /external/lldb/source/Plugins/Platform/gdb-server/
PlatformRemoteGDBServer.h 76 GetFile (const lldb_private::FileSpec &platform_file,
PlatformRemoteGDBServer.cpp 115 PlatformRemoteGDBServer::GetFile (const FileSpec &platform_file,
120 local_file = platform_file;
  /external/lldb/include/lldb/API/
SBModule.h 77 SetPlatformFileSpec (const lldb::SBFileSpec &platform_file);
  /external/lldb/source/API/
SBModule.cpp 142 SBModule::SetPlatformFileSpec (const lldb::SBFileSpec &platform_file)
150 module_sp->SetPlatformFileSpec(*platform_file);
158 platform_file.get(),
159 platform_file->GetPath().c_str(),
  /external/lldb/source/Plugins/Platform/FreeBSD/
PlatformFreeBSD.h 139 GetFile (const lldb_private::FileSpec &platform_file,
PlatformFreeBSD.cpp 557 PlatformFreeBSD::GetFile (const FileSpec &platform_file,
564 return m_remote_platform_sp->GetFile (platform_file, uuid_ptr, local_file);
568 local_file = platform_file;
  /external/lldb/source/Target/
Platform.cpp 83 Platform::GetFile (const FileSpec &platform_file,
88 local_file = platform_file;
  /external/lldb/scripts/Python/interface/
SBModule.i 150 SetPlatformFileSpec (const lldb::SBFileSpec &platform_file);
493 __swig_getmethods__["platform_file"] = GetPlatformFileSpec
494 if _newclass: platform_file = property(GetPlatformFileSpec, None, doc='''A read only property that returns an lldb object that represents the file (lldb.SBFileSpec) for this object file for this module as it is represented on the current host system.''')
  /external/lldb/include/lldb/Target/
Platform.h 282 /// file patch in \a local_file as was in \a platform_file.
284 /// @param[in] platform_file
307 GetFile (const FileSpec &platform_file,

Completed in 169 milliseconds