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

/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformRemoteiOS.cpp525 lldb_private::FileSpec local_file; local
531 local_file))
533 file_list.Append(local_file);
543 lldb_private::FileSpec &local_file)
556 local_file);
567 lldb_private::FileSpec &local_file)
581 local_file.SetFile(resolved_path, true);
582 if (local_file.Exists())
592 local_file.SetFile(resolved_path, true);
593 if (local_file
541 GetFileInSDK(const char *platform_file_path, uint32_t sdk_idx, lldb_private::FileSpec &local_file) argument
564 GetFileInSDKRoot(const char *platform_file_path, const char *sdkroot_path, bool symbols_dirs_only, lldb_private::FileSpec &local_file) argument
610 GetSymbolFile(const FileSpec &platform_file, const UUID *uuid_ptr, FileSpec &local_file) argument
681 FileSpec local_file; local
697 FileSpec local_file; local
[all...]
H A DPlatformMacOSX.cpp163 FileSpec &local_file)
168 return m_remote_platform_sp->GetFile (platform_file, uuid_ptr, local_file);
172 local_file = platform_file;
161 GetFile(const FileSpec &platform_file, const UUID *uuid_ptr, FileSpec &local_file) argument
H A DPlatformiOSSimulator.cpp320 FileSpec &local_file)
338 local_file.SetFile(resolved_path, true);
339 if (local_file.Exists())
343 local_file.SetFile(platform_file_path, true);
344 if (local_file.Exists())
371 FileSpec local_file; local
373 error = GetFile (platform_file, module_spec.GetUUIDPtr(), local_file);
376 error = ResolveExecutable (local_file, module_spec.GetArchitecture(), module_sp, module_search_paths_ptr);
318 GetFile(const FileSpec &platform_file, const UUID *uuid_ptr, FileSpec &local_file) argument
H A DPlatformRemoteiOS.h87 lldb_private::FileSpec &local_file);
153 lldb_private::FileSpec &local_file);
159 lldb_private::FileSpec &local_file);
H A DPlatformMacOSX.h73 lldb_private::FileSpec &local_file);
H A DPlatformiOSSimulator.h85 lldb_private::FileSpec &local_file);
/external/chromium-trace/trace-viewer/tracing/build/
H A 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/
H A DPlatformLinux.h77 const UUID* uuid, FileSpec &local_file);
H A DPlatformLinux.cpp286 const UUID *uuid_ptr, FileSpec &local_file)
291 return m_remote_platform_sp->GetFile (platform_file, uuid_ptr, local_file);
295 local_file = platform_file;
285 GetFile(const FileSpec &platform_file, const UUID *uuid_ptr, FileSpec &local_file) argument
/external/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.h140 const lldb_private::UUID* uuid, lldb_private::FileSpec &local_file);
H A DPlatformFreeBSD.cpp559 FileSpec &local_file)
564 return m_remote_platform_sp->GetFile (platform_file, uuid_ptr, local_file);
568 local_file = platform_file;
557 GetFile(const FileSpec &platform_file, const UUID *uuid_ptr, FileSpec &local_file) argument
/external/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h78 lldb_private::FileSpec &local_file);
H A DPlatformRemoteGDBServer.cpp117 FileSpec &local_file)
120 local_file = platform_file;
115 GetFile(const FileSpec &platform_file, const UUID *uuid_ptr, FileSpec &local_file) argument
/external/lldb/source/Target/
H A DPlatform.cpp85 FileSpec &local_file)
88 local_file = platform_file;
83 GetFile(const FileSpec &platform_file, const UUID *uuid_ptr, FileSpec &local_file) argument
/external/lldb/include/lldb/Target/
H A DPlatform.h282 /// file patch in \a local_file as was in \a platform_file.
296 /// @param[out] local_file
309 FileSpec &local_file);

Completed in 210 milliseconds