Searched refs:modulePath (Results 1 - 1 of 1) sorted by path

/haiku/src/system/kernel/
H A Dmodule.cpp1597 KPath modulePath; local
1599 modulePath.LockBuffer(), modulePath.BufferSize()) != B_OK)
1602 modulePath.UnlockBuffer();
1603 modulePath.Append("kernel");
1605 if (strncmp(path, modulePath.Path(), modulePath.Length()))
1608 path += modulePath.Length();

Completed in 56 milliseconds