Home
last modified time | relevance | path

Searched defs:Unlink (Results 1 – 6 of 6) sorted by relevance

/freebsd/tests/sys/fs/fusefs/
H A Dunlink.cc40 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
H A DPlatform.cpp1220 Status Platform::Unlink(const FileSpec &path) { in Unlink() function in Platform
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp655 Status PlatformRemoteGDBServer::Unlink(const FileSpec &file_spec) { in Unlink() function in PlatformRemoteGDBServer
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp3357 Status GDBRemoteCommunicationClient::Unlink(const FileSpec &file_spec) { in Unlink() function in GDBRemoteCommunicationClient