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

/haiku/src/add-ons/locale/catalogs/plaintext/
H A DCatalog.cpp115 BPath systemEtcPath; local
116 find_directory(B_BEOS_ETC_DIRECTORY, &systemEtcPath);
117 if (systemEtcPath.InitCheck() == B_OK) {
118 catalogName = BString(systemEtcPath.Path())

Completed in 33 milliseconds