Searched refs:kWordsPath (Results 1 – 1 of 1) sorted by relevance
96 static const char *kWordsPath = "/boot/optional/goodies/words"; variable519 if (BEntry(kWordsPath).Exists() || BEntry(dataPath.Path()).Exists()) { in ReadyToRun()522 if (!BEntry(dataPath.Path()).Exists() && BEntry(kWordsPath).Exists()) { in ReadyToRun()523 BFile words(kWordsPath, B_READ_ONLY); in ReadyToRun()