Searched refs:commonEtcPath (Results 1 – 1 of 1) sorted by relevance
101 BPath commonEtcPath; in PlainTextCatalog() local102 find_directory(B_SYSTEM_ETC_DIRECTORY, &commonEtcPath); in PlainTextCatalog()103 if (commonEtcPath.InitCheck() == B_OK) { in PlainTextCatalog()104 catalogName = BString(commonEtcPath.Path()) in PlainTextCatalog()