Home
last modified time | relevance | path

Searched refs:Unlink (Results 1 – 12 of 12) sorted by relevance

/freebsd/tests/sys/fs/fusefs/
H A Dunlink.cc39 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 Ddefault_permissions.cc168 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 DRemoteAwarePlatform.cpp150 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 DPlatform.cpp1220 Status Platform::Unlink(const FileSpec &path) { in Unlink() function in Platform
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h48 Status Unlink(const FileSpec &file_spec) override;
H A DPlatform.h568 virtual Status Unlink(const FileSpec &file_spec);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h134 Status Unlink(const FileSpec &path) override;
H A DPlatformRemoteGDBServer.cpp655 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 DGDBRemoteCommunicationClient.h378 Status Unlink(const FileSpec &file_spec);
H A DGDBRemoteCommunicationClient.cpp3357 Status GDBRemoteCommunicationClient::Unlink(const FileSpec &file_spec) { in Unlink() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp5357 platform.Unlink(remote_core); in SaveCore()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dlist594 // Unlink nodes [__f, __l]