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

/haiku/src/system/boot/loader/
H A Dloader.cpp38 static const char* const kSystemDirectoryPrefix = SYSTEM_DIRECTORY_PREFIX; variable
61 if (strncmp(path, kSystemDirectoryPrefix, strlen(kSystemDirectoryPrefix))
63 path += strlen(kSystemDirectoryPrefix);

Completed in 54 milliseconds