MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / removeDir

Method removeDir

source/kernel/kunixsocket.cpp:429–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

427 U32 getType(bool checkForLink) override {return 12;} // DT_SOCK
428 U32 getMode() override {return K__S_IREAD | K__S_IWRITE | K_S_IFSOCK;}
429 U32 removeDir() override {kpanic("UnixSocket::removeDir not implemented"); return 0;}
430 U32 setTimes(U64 lastAccessTime, U32 lastAccessTimeNano, U64 lastModifiedTime, U32 lastModifiedTimeNano) override {klog("UnixSocket::setTimes not implemented"); return 0;}
431};
432

Callers 2

rmdirMethod · 0.45
unlinkatMethod · 0.45

Calls 1

kpanicFunction · 0.85

Tested by

no test coverage detected