Searched refs:commonEtcPath (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/locale/catalogs/plaintext/
H A DCatalog.cpp101 BPath commonEtcPath; local
102 find_directory(B_SYSTEM_ETC_DIRECTORY, &commonEtcPath);
103 if (commonEtcPath.InitCheck() == B_OK) {
104 catalogName = BString(commonEtcPath.Path())

Completed in 31 milliseconds