Lines Matching refs:FileSpec
22 bool RemoteAwarePlatform::GetModuleSpec(const FileSpec &module_file_spec, in GetModuleSpec()
39 FileSpec &resolved_file_spec = resolved_module_spec.GetFileSpec(); in ResolveExecutable()
43 FileSpec::Style::native); in ResolveExecutable()
59 llvm::StringRef command, const FileSpec &working_dir, int *status_ptr, in RunShellCommand()
67 llvm::StringRef shell, llvm::StringRef command, const FileSpec &working_dir, in RunShellCommand()
78 Status RemoteAwarePlatform::MakeDirectory(const FileSpec &file_spec, in MakeDirectory()
85 Status RemoteAwarePlatform::GetFilePermissions(const FileSpec &file_spec, in GetFilePermissions()
93 Status RemoteAwarePlatform::SetFilePermissions(const FileSpec &file_spec, in SetFilePermissions()
101 lldb::user_id_t RemoteAwarePlatform::OpenFile(const FileSpec &file_spec, in OpenFile()
131 lldb::user_id_t RemoteAwarePlatform::GetFileSize(const FileSpec &file_spec) { in GetFileSize()
137 Status RemoteAwarePlatform::CreateSymlink(const FileSpec &src, in CreateSymlink()
138 const FileSpec &dst) { in CreateSymlink()
144 bool RemoteAwarePlatform::GetFileExists(const FileSpec &file_spec) { in GetFileExists()
150 Status RemoteAwarePlatform::Unlink(const FileSpec &file_spec) { in Unlink()
157 RemoteAwarePlatform::CalculateMD5(const FileSpec &file_spec) { in CalculateMD5()
163 FileSpec RemoteAwarePlatform::GetRemoteWorkingDirectory() { in GetRemoteWorkingDirectory()
170 const FileSpec &working_dir) { in SetRemoteWorkingDirectory()
176 Status RemoteAwarePlatform::GetFileWithUUID(const FileSpec &platform_file, in GetFileWithUUID()
178 FileSpec &local_file) { in GetFileWithUUID()