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