Lines Matching refs:FileSpec
92 module_cache_dir = FileSpec(user_home_dir.c_str()); in PlatformProperties()
109 FileSpec PlatformProperties::GetModuleCacheDirectory() const { in GetModuleCacheDirectory()
110 return GetPropertyAtIndexAs<FileSpec>(ePropertyModuleCacheDirectory, {}); in GetModuleCacheDirectory()
113 bool PlatformProperties::SetModuleCacheDirectory(const FileSpec &dir_spec) { in SetModuleCacheDirectory()
119 const FileSpec &dir_spec) { in SetDefaultModuleCacheDirectory()
151 Status Platform::GetFileWithUUID(const FileSpec &platform_file, in GetFileWithUUID()
152 const UUID *uuid_ptr, FileSpec &local_file) { in GetFileWithUUID()
238 bool Platform::GetModuleSpec(const FileSpec &module_file_spec, in GetModuleSpec()
394 FileSpec Platform::GetWorkingDirectory() { in GetWorkingDirectory()
400 FileSpec file_spec(cwd); in GetWorkingDirectory()
412 const FileSpec &dst;
421 FileSpec src(path); in RecurseCopy_Callback()
432 FileSpec dst_dir = rc_baton->dst; in RecurseCopy_Callback()
449 FileSpec recurse_dst; in RecurseCopy_Callback()
464 FileSpec dst_file = rc_baton->dst; in RecurseCopy_Callback()
468 FileSpec src_resolved; in RecurseCopy_Callback()
486 FileSpec dst_file = rc_baton->dst; in RecurseCopy_Callback()
506 Status Platform::Install(const FileSpec &src, const FileSpec &dst) { in Install()
512 FileSpec fixed_dst(dst); in Install()
517 FileSpec working_dir = GetWorkingDirectory(); in Install()
529 FileSpec relative_spec; in Install()
580 FileSpec recurse_dst; in Install()
597 FileSpec src_resolved; in Install()
617 bool Platform::SetWorkingDirectory(const FileSpec &file_spec) { in SetWorkingDirectory()
632 Status Platform::MakeDirectory(const FileSpec &file_spec, in MakeDirectory()
644 Status Platform::GetFilePermissions(const FileSpec &file_spec, in GetFilePermissions()
659 Status Platform::SetFilePermissions(const FileSpec &file_spec, in SetFilePermissions()
672 user_id_t Platform::OpenFile(const FileSpec &file_spec, in OpenFile()
686 user_id_t Platform::GetFileSize(const FileSpec &file_spec) { in GetFileSize()
735 bool Platform::SetRemoteWorkingDirectory(const FileSpec &working_dir) { in SetRemoteWorkingDirectory()
867 FileSpec &sym_file) { in ResolveSymbolFile()
876 bool Platform::ResolveRemotePath(const FileSpec &platform_path, in ResolveRemotePath()
877 FileSpec &resolved_platform_path) { in ResolveRemotePath()
1016 const FileSpec &shell = launch_info.GetShell(); in LaunchProcess()
1184 Status Platform::PutFile(const FileSpec &source, const FileSpec &destination, in PutFile()
1244 Status Platform::GetFile(const FileSpec &source, const FileSpec &destination) { in GetFile()
1250 Platform::CreateSymlink(const FileSpec &src, // The name of the link is in src in CreateSymlink()
1251 const FileSpec &dst) // The symlink points to dst in CreateSymlink()
1258 bool Platform::GetFileExists(const lldb_private::FileSpec &file_spec) { in GetFileExists()
1264 Status Platform::Unlink(const FileSpec &path) { in Unlink()
1286 const FileSpec & in RunShellCommand()
1302 const FileSpec & in RunShellCommand()
1316 bool Platform::CalculateMD5(const FileSpec &file_spec, uint64_t &low, in CalculateMD5()
1493 FileSpec platform_spec = module_spec.GetFileSpec(); in GetCachedExecutable()
1578 FileSpec symbol_file_spec; in GetRemoteSharedModule()
1633 FileSpec &symbol_file_spec, in CallLocateModuleCallbackIfSet()
1640 FileSpec module_file_spec; in CallLocateModuleCallbackIfSet()
1750 const FileSpec &tmp_download_file_spec) { in GetCachedSharedModule()
1757 const FileSpec &tmp_download_file_spec) { in GetCachedSharedModule()
1770 Status Platform::DownloadModuleSlice(const FileSpec &src_file_spec, in DownloadModuleSlice()
1773 const FileSpec &dst_file_spec) { in DownloadModuleSlice()
1819 const FileSpec &dst_file_spec) { in DownloadSymbolFile()
1824 FileSpec Platform::GetModuleCacheRoot() { in GetModuleCacheRoot()
1844 const lldb_private::FileSpec &local_file, in LoadImage()
1845 const lldb_private::FileSpec &remote_file, in LoadImage()
1861 FileSpec target_file = GetWorkingDirectory(); in LoadImage()
1881 const lldb_private::FileSpec &remote_file, in DoLoadImage()
1884 lldb_private::FileSpec *loaded_image) { in DoLoadImage()
1890 const lldb_private::FileSpec &remote_filename, in LoadImageUsingPaths()
1893 lldb_private::FileSpec *loaded_path) in LoadImageUsingPaths()
1895 FileSpec file_to_use; in LoadImageUsingPaths()
1897 file_to_use = FileSpec(remote_filename.GetFilename().GetStringRef(), in LoadImageUsingPaths()