Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ GetName
Method
GetName
Kernel/include/device.h:30–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
const char* GetName() const{
31
return name;
32
}
33
protected:
34
void SetName(const char* name){
35
this->name = strdup(name);
Callers
5
ReadDir
Method · 0.45
FindDir
Method · 0.45
SysCreateService
Function · 0.45
ResolveServiceName
Method · 0.45
PartitionDevice
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected