Home
last modified time | relevance | path

Searched refs:GetFilePermissions (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/qemu/
H A DTestQemuAPI.py21 self.assertEqual(qemu.GetFilePermissions(target),
22 host.GetFilePermissions(target))
/llvm-project-15.0.7/lldb/source/Target/
H A DRemoteAwarePlatform.cpp197 Status RemoteAwarePlatform::GetFilePermissions(const FileSpec &file_spec, in GetFilePermissions() function in RemoteAwarePlatform
200 return m_remote_platform_sp->GetFilePermissions(file_spec, in GetFilePermissions()
202 return Platform::GetFilePermissions(file_spec, file_permissions); in GetFilePermissions()
H A DPlatform.cpp646 Status Platform::GetFilePermissions(const FileSpec &file_spec, in GetFilePermissions() function in Platform
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBPlatform.i205 GetFilePermissions (const char *path);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBPlatform.h158 uint32_t GetFilePermissions(const char *path);
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h54 Status GetFilePermissions(const FileSpec &file_spec,
H A DPlatform.h485 virtual Status GetFilePermissions(const FileSpec &file_spec,
/llvm-project-15.0.7/lldb/source/API/
H A DSBPlatform.cpp611 uint32_t SBPlatform::GetFilePermissions(const char *path) { in GetFilePermissions() function in SBPlatform
617 platform_sp->GetFilePermissions(FileSpec(path), file_permissions); in GetFilePermissions()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h104 Status GetFilePermissions(const FileSpec &file_spec,
H A DPlatformRemoteGDBServer.cpp553 Status PlatformRemoteGDBServer::GetFilePermissions(const FileSpec &file_spec, in GetFilePermissions() function in PlatformRemoteGDBServer
558 m_gdb_client_up->GetFilePermissions(file_spec, file_permissions); in GetFilePermissions()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h370 Status GetFilePermissions(const FileSpec &file_spec,
H A DGDBRemoteCommunicationClient.cpp3171 GDBRemoteCommunicationClient::GetFilePermissions(const FileSpec &file_spec, in GetFilePermissions() function in GDBRemoteCommunicationClient
/llvm-project-15.0.7/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp217 error = GetFilePermissions(source, permissions); in GetFile()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectPlatform.cpp995 Status error = platform_sp->GetFilePermissions(FileSpec(remote_file_path), in DoExecute()