Searched defs:file_permissions (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp80 PlatformPOSIX::MakeDirectory (const char *path, uint32_t file_permissions) argument
89 PlatformPOSIX::GetFilePermissions (const char *path, uint32_t &file_permissions) argument
98 PlatformPOSIX::SetFilePermissions (const char *path, uint32_t file_permissions) argument
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/API/
H A DSBPlatform.cpp587 SBPlatform::MakeDirectory (const char *path, uint32_t file_permissions) argument
608 uint32_t file_permissions = 0; local
617 SBPlatform::SetFilePermissions (const char *path, uint32_t file_permissions) argument
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Host/common/
H A DFileSpec.cpp653 uint32_t file_permissions = 0; local
H A DHost.cpp2105 Host::GetFilePermissions (const char* path, uint32_t &file_permissions) argument
2113 Host::SetFilePermissions (const char* path, uint32_t file_permissions) argument
2147 Host::MakeDirectory (const char* path, uint32_t file_permissions) argument
2194 Host::GetFilePermissions (const char* path, uint32_t &file_permissions) argument
2212 Host::SetFilePermissions (const char* path, uint32_t file_permissions) argument
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp594 PlatformRemoteGDBServer::GetFilePermissions (const char *path, uint32_t &file_permissions) argument
604 PlatformRemoteGDBServer::SetFilePermissions (const char *path, uint32_t file_permissions) argument
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp712 Platform::GetFilePermissions (const char *path, uint32_t &file_permissions) argument
725 Platform::SetFilePermissions (const char *path, uint32_t file_permissions) argument

Completed in 121 milliseconds