MCPcopy 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 }
33protected:
34 void SetName(const char* name){
35 this->name = strdup(name);

Callers 5

ReadDirMethod · 0.45
FindDirMethod · 0.45
SysCreateServiceFunction · 0.45
ResolveServiceNameMethod · 0.45
PartitionDeviceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected