/freebsd/tests/sys/fs/fusefs/ |
H A D | unlink.cc | 39 class Unlink: public FuseTest { 63 TEST_F(Unlink, attr_cache) 94 TEST_F(Unlink, parent_attr_cache) 131 TEST_F(Unlink, eperm) 147 TEST_F(Unlink, entry_cache) 161 * Unlink a multiply-linked file. There should be no FUSE_FORGET because the 164 TEST_F(Unlink, multiply_linked) 193 TEST_F(Unlink, ok) 211 /* Unlink an open file */ 212 TEST_F(Unlink, open_but_delete 40 class Unlink: public FuseTest { global() class 64 TEST_F(Unlink,attr_cache) TEST_F() argument 95 TEST_F(Unlink,parent_attr_cache) TEST_F() argument 132 TEST_F(Unlink,eperm) TEST_F() argument 148 TEST_F(Unlink,entry_cache) TEST_F() argument 165 TEST_F(Unlink,multiply_linked) TEST_F() argument 194 TEST_F(Unlink,ok) TEST_F() argument 213 TEST_F(Unlink,open_but_deleted) TEST_F() argument [all...] |
H A D | default_permissions.cc | 168 class Unlink: public DefaultPermissions {}; class 1487 TEST_F(Unlink, ok) in TEST_F() argument 1514 TEST_F(Unlink, cached_unwritable_directory) in TEST_F() argument 1539 TEST_F(Unlink, unwritable_directory) in TEST_F() argument 1552 TEST_F(Unlink, sticky_directory) in TEST_F() argument
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | RemoteAwarePlatform.cpp | 150 Status RemoteAwarePlatform::Unlink(const FileSpec &file_spec) { in Unlink() function in RemoteAwarePlatform 152 return m_remote_platform_sp->Unlink(file_spec); in Unlink() 153 return Platform::Unlink(file_spec); in Unlink()
|
H A D | Platform.cpp | 1220 Status Platform::Unlink(const FileSpec &path) { in Unlink() function in Platform
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | RemoteAwarePlatform.h | 48 Status Unlink(const FileSpec &file_spec) override;
|
H A D | Platform.h | 568 virtual Status Unlink(const FileSpec &file_spec);
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
H A D | PlatformRemoteGDBServer.h | 134 Status Unlink(const FileSpec &path) override;
|
H A D | PlatformRemoteGDBServer.cpp | 655 Status PlatformRemoteGDBServer::Unlink(const FileSpec &file_spec) { in Unlink() function in PlatformRemoteGDBServer 658 Status error = m_gdb_client_up->Unlink(file_spec); in Unlink()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationClient.h | 378 Status Unlink(const FileSpec &file_spec);
|
H A D | GDBRemoteCommunicationClient.cpp | 3357 Status GDBRemoteCommunicationClient::Unlink(const FileSpec &file_spec) { in Unlink() function in GDBRemoteCommunicationClient
|
H A D | ProcessGDBRemote.cpp | 5357 platform.Unlink(remote_core); in SaveCore()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | list | 594 // Unlink nodes [__f, __l]
|