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

Method lastModified

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

Source from the content-addressed store, hash-verified

422 U32 rename(BString path) override {return -K_EIO;}
423 bool remove() override {if (!this->parent.lock()) return false; this->removeNodeFromParent(); return true;}
424 U64 lastModified() override {return 0;}
425 U64 length() override {return 0;}
426 FsOpenNode* open(U32 flags) override {kwarn("unixsocket_open was called, this shouldn't happen. syscall_open should detect we have a kobject already"); return nullptr;}
427 U32 getType(bool checkForLink) override {return 12;} // DT_SOCK

Callers 5

stat64Method · 0.45
lstat64Method · 0.45
statxMethod · 0.45
fstatat64Method · 0.45
statMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected