Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DRemoteAwarePlatform.cpp198 Status RemoteAwarePlatform::GetFilePermissions(const FileSpec &file_spec, in GetFilePermissions() function in RemoteAwarePlatform
201 return m_remote_platform_sp->GetFilePermissions(file_spec, in GetFilePermissions()
203 return Platform::GetFilePermissions(file_spec, file_permissions); in GetFilePermissions()
H A DPlatform.cpp648 Status Platform::GetFilePermissions(const FileSpec &file_spec, in GetFilePermissions() function in Platform
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBPlatform.i205 GetFilePermissions (const char *path);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBPlatform.h158 uint32_t GetFilePermissions(const char *path);
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h55 Status GetFilePermissions(const FileSpec &file_spec,
H A DPlatform.h486 virtual Status GetFilePermissions(const FileSpec &file_spec,
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBPlatform.cpp612 uint32_t SBPlatform::GetFilePermissions(const char *path) { in GetFilePermissions() function in SBPlatform
618 platform_sp->GetFilePermissions(FileSpec(path), file_permissions); in GetFilePermissions()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h105 Status GetFilePermissions(const FileSpec &file_spec,
H A DPlatformRemoteGDBServer.cpp548 Status PlatformRemoteGDBServer::GetFilePermissions(const FileSpec &file_spec, in GetFilePermissions() function in PlatformRemoteGDBServer
553 m_gdb_client_up->GetFilePermissions(file_spec, file_permissions); in GetFilePermissions()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h365 Status GetFilePermissions(const FileSpec &file_spec,
H A DGDBRemoteCommunicationClient.cpp3177 GDBRemoteCommunicationClient::GetFilePermissions(const FileSpec &file_spec, in GetFilePermissions() function in GDBRemoteCommunicationClient
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp218 error = GetFilePermissions(source, permissions); in GetFile()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectPlatform.cpp996 Status error = platform_sp->GetFilePermissions(FileSpec(remote_file_path), in DoExecute()