Lines Matching refs:FileSpec

93   module_cache_dir = FileSpec(user_home_dir.c_str());  in PlatformProperties()
110 FileSpec PlatformProperties::GetModuleCacheDirectory() const { in GetModuleCacheDirectory()
115 bool PlatformProperties::SetModuleCacheDirectory(const FileSpec &dir_spec) { in SetModuleCacheDirectory()
169 Status Platform::GetFileWithUUID(const FileSpec &platform_file, in GetFileWithUUID()
170 const UUID *uuid_ptr, FileSpec &local_file) { in GetFileWithUUID()
258 bool Platform::GetModuleSpec(const FileSpec &module_file_spec, in GetModuleSpec()
531 FileSpec Platform::GetWorkingDirectory() { in GetWorkingDirectory()
537 FileSpec file_spec(cwd); in GetWorkingDirectory()
549 const FileSpec &dst;
558 FileSpec src(path); in RecurseCopy_Callback()
569 FileSpec dst_dir = rc_baton->dst; in RecurseCopy_Callback()
585 FileSpec recurse_dst; in RecurseCopy_Callback()
600 FileSpec dst_file = rc_baton->dst; in RecurseCopy_Callback()
604 FileSpec src_resolved; in RecurseCopy_Callback()
622 FileSpec dst_file = rc_baton->dst; in RecurseCopy_Callback()
642 Status Platform::Install(const FileSpec &src, const FileSpec &dst) { in Install()
649 FileSpec fixed_dst(dst); in Install()
654 FileSpec working_dir = GetWorkingDirectory(); in Install()
666 FileSpec relative_spec; in Install()
718 FileSpec recurse_dst; in Install()
735 FileSpec src_resolved; in Install()
755 bool Platform::SetWorkingDirectory(const FileSpec &file_spec) { in SetWorkingDirectory()
770 Status Platform::MakeDirectory(const FileSpec &file_spec, in MakeDirectory()
783 Status Platform::GetFilePermissions(const FileSpec &file_spec, in GetFilePermissions()
799 Status Platform::SetFilePermissions(const FileSpec &file_spec, in SetFilePermissions()
828 bool Platform::SetRemoteWorkingDirectory(const FileSpec &working_dir) { in SetRemoteWorkingDirectory()
921 FileSpec &sym_file) { in ResolveSymbolFile()
930 bool Platform::ResolveRemotePath(const FileSpec &platform_path, in ResolveRemotePath()
931 FileSpec &resolved_platform_path) { in ResolveRemotePath()
1062 const FileSpec &shell = launch_info.GetShell(); in LaunchProcess()
1267 Status Platform::PutFile(const FileSpec &source, const FileSpec &destination, in PutFile()
1329 Status Platform::GetFile(const FileSpec &source, const FileSpec &destination) { in GetFile()
1335 Platform::CreateSymlink(const FileSpec &src, // The name of the link is in src in CreateSymlink()
1336 const FileSpec &dst) // The symlink points to dst in CreateSymlink()
1342 bool Platform::GetFileExists(const lldb_private::FileSpec &file_spec) { in GetFileExists()
1346 Status Platform::Unlink(const FileSpec &path) { in Unlink()
1367 const FileSpec & in RunShellCommand()
1382 bool Platform::CalculateMD5(const FileSpec &file_spec, uint64_t &low, in CalculateMD5()
1655 const FileSpec &tmp_download_file_spec) { in GetCachedSharedModule()
1662 const FileSpec &tmp_download_file_spec) { in GetCachedSharedModule()
1676 Status Platform::DownloadModuleSlice(const FileSpec &src_file_spec, in DownloadModuleSlice()
1679 const FileSpec &dst_file_spec) { in DownloadModuleSlice()
1725 const FileSpec &dst_file_spec) { in DownloadSymbolFile()
1730 FileSpec Platform::GetModuleCacheRoot() { in GetModuleCacheRoot()
1750 const lldb_private::FileSpec &local_file, in LoadImage()
1751 const lldb_private::FileSpec &remote_file, in LoadImage()
1767 FileSpec target_file = GetWorkingDirectory(); in LoadImage()
1787 const lldb_private::FileSpec &remote_file, in DoLoadImage()
1790 lldb_private::FileSpec *loaded_image) { in DoLoadImage()
1796 const lldb_private::FileSpec &remote_filename, in LoadImageUsingPaths()
1799 lldb_private::FileSpec *loaded_path) in LoadImageUsingPaths()
1801 FileSpec file_to_use; in LoadImageUsingPaths()
1803 file_to_use = FileSpec(remote_filename.GetFilename().GetStringRef(), in LoadImageUsingPaths()