Home
last modified time | relevance | path

Searched refs:SetFilePermissions (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBPlatform.h146 SBError SetFilePermissions(const char *path, uint32_t file_permissions);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBPlatform.cpp469 SBError SBPlatform::SetFilePermissions(const char *path, in SetFilePermissions() function in SBPlatform
475 platform_sp->SetFilePermissions(FileSpec(path), file_permissions); in SetFilePermissions()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h120 Status SetFilePermissions(const FileSpec &file_spec,
H A DPlatformRemoteGDBServer.cpp633 Status PlatformRemoteGDBServer::SetFilePermissions(const FileSpec &file_spec, in SetFilePermissions() function in PlatformRemoteGDBServer
635 Status error = m_gdb_client.SetFilePermissions(file_spec, file_permissions); in SetFilePermissions()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h122 SetFilePermissions(const lldb_private::FileSpec &file_spec,
H A DPlatformPOSIX.cpp305 Status PlatformPOSIX::SetFilePermissions(const FileSpec &file_spec, in SetFilePermissions() function in PlatformPOSIX
308 return m_remote_platform_sp->SetFilePermissions(file_spec, in SetFilePermissions()
311 return Platform::SetFilePermissions(file_spec, file_permissions); in SetFilePermissions()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h379 Status SetFilePermissions(const FileSpec &file_spec,
H A DGDBRemoteCommunicationClient.cpp2848 GDBRemoteCommunicationClient::SetFilePermissions(const FileSpec &file_spec, in SetFilePermissions() function in GDBRemoteCommunicationClient
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h557 virtual Status SetFilePermissions(const FileSpec &file_spec,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp799 Status Platform::SetFilePermissions(const FileSpec &file_spec, in SetFilePermissions() function in Platform
H A DTarget.cpp2698 platform_sp->SetFilePermissions(remote_file, 0700); in Install()