Lines Matching refs:FileSpec
22 bool RemoteAwarePlatform::GetModuleSpec(const FileSpec &module_file_spec, in GetModuleSpec()
47 FileSpec::Style::native); in ResolveExecutable()
172 llvm::StringRef command, const FileSpec &working_dir, int *status_ptr, in RunShellCommand()
180 llvm::StringRef shell, llvm::StringRef command, const FileSpec &working_dir, in RunShellCommand()
191 Status RemoteAwarePlatform::MakeDirectory(const FileSpec &file_spec, in MakeDirectory()
198 Status RemoteAwarePlatform::GetFilePermissions(const FileSpec &file_spec, in GetFilePermissions()
206 Status RemoteAwarePlatform::SetFilePermissions(const FileSpec &file_spec, in SetFilePermissions()
214 lldb::user_id_t RemoteAwarePlatform::OpenFile(const FileSpec &file_spec, in OpenFile()
244 lldb::user_id_t RemoteAwarePlatform::GetFileSize(const FileSpec &file_spec) { in GetFileSize()
250 Status RemoteAwarePlatform::CreateSymlink(const FileSpec &src, in CreateSymlink()
251 const FileSpec &dst) { in CreateSymlink()
257 bool RemoteAwarePlatform::GetFileExists(const FileSpec &file_spec) { in GetFileExists()
263 Status RemoteAwarePlatform::Unlink(const FileSpec &file_spec) { in Unlink()
269 bool RemoteAwarePlatform::CalculateMD5(const FileSpec &file_spec, uint64_t &low, in CalculateMD5()
276 FileSpec RemoteAwarePlatform::GetRemoteWorkingDirectory() { in GetRemoteWorkingDirectory()
283 const FileSpec &working_dir) { in SetRemoteWorkingDirectory()
289 Status RemoteAwarePlatform::GetFileWithUUID(const FileSpec &platform_file, in GetFileWithUUID()
291 FileSpec &local_file) { in GetFileWithUUID()