Home
last modified time | relevance | path

Searched refs:local_file (Results 1 – 15 of 15) sorted by relevance

/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformRemoteiOS.cpp525 lldb_private::FileSpec local_file; in FindFileInAllSDKs() local
531 local_file)) in FindFileInAllSDKs()
533 file_list.Append(local_file); in FindFileInAllSDKs()
543 lldb_private::FileSpec &local_file) in GetFileInSDK() argument
556 local_file); in GetFileInSDK()
567 lldb_private::FileSpec &local_file) in GetFileInSDKRoot() argument
581 local_file.SetFile(resolved_path, true); in GetFileInSDKRoot()
582 if (local_file.Exists()) in GetFileInSDKRoot()
592 local_file.SetFile(resolved_path, true); in GetFileInSDKRoot()
593 if (local_file.Exists()) in GetFileInSDKRoot()
[all …]
DPlatformiOSSimulator.cpp320 FileSpec &local_file) in GetFile() argument
338 local_file.SetFile(resolved_path, true); in GetFile()
339 if (local_file.Exists()) in GetFile()
343 local_file.SetFile(platform_file_path, true); in GetFile()
344 if (local_file.Exists()) in GetFile()
371 FileSpec local_file; in GetSharedModule() local
373 error = GetFile (platform_file, module_spec.GetUUIDPtr(), local_file); in GetSharedModule()
376 …error = ResolveExecutable (local_file, module_spec.GetArchitecture(), module_sp, module_search_pat… in GetSharedModule()
DPlatformMacOSX.cpp163 FileSpec &local_file) in GetFile() argument
168 return m_remote_platform_sp->GetFile (platform_file, uuid_ptr, local_file); in GetFile()
172 local_file = platform_file; in GetFile()
DPlatformRemoteiOS.h87 lldb_private::FileSpec &local_file);
153 lldb_private::FileSpec &local_file);
159 lldb_private::FileSpec &local_file);
DPlatformMacOSX.h73 lldb_private::FileSpec &local_file);
DPlatformiOSSimulator.h85 lldb_private::FileSpec &local_file);
/external/chromium-trace/trace-viewer/tracing/build/
Drun_dev_server_tests99 with open(installer_path, 'wb') as local_file:
100 local_file.write(urllib2.urlopen(url).read())
129 with open(zip_path, 'wb') as local_file:
130 local_file.write(urllib2.urlopen(cs_url).read())
/external/lldb/source/Plugins/Platform/Linux/
DPlatformLinux.cpp286 const UUID *uuid_ptr, FileSpec &local_file) in GetFile() argument
291 return m_remote_platform_sp->GetFile (platform_file, uuid_ptr, local_file); in GetFile()
295 local_file = platform_file; in GetFile()
DPlatformLinux.h77 const UUID* uuid, FileSpec &local_file);
/external/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.cpp559 FileSpec &local_file) in GetFile() argument
564 return m_remote_platform_sp->GetFile (platform_file, uuid_ptr, local_file); in GetFile()
568 local_file = platform_file; in GetFile()
DPlatformFreeBSD.h140 const lldb_private::UUID* uuid, lldb_private::FileSpec &local_file);
/external/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.cpp117 FileSpec &local_file) in GetFile() argument
120 local_file = platform_file; in GetFile()
DPlatformRemoteGDBServer.h78 lldb_private::FileSpec &local_file);
/external/lldb/source/Target/
DPlatform.cpp85 FileSpec &local_file) in GetFile() argument
88 local_file = platform_file; in GetFile()
/external/lldb/include/lldb/Target/
DPlatform.h309 FileSpec &local_file);