_GetRepositoryPath
status_t _GetRepositoryPath(BPath* path, bool create,
return _GetRepositoryPath(path, create, B_USER_CACHE_DIRECTORY);
return _GetRepositoryPath(path, create, B_SYSTEM_SETTINGS_DIRECTORY);
return _GetRepositoryPath(path, create, B_USER_SETTINGS_DIRECTORY);
return _GetRepositoryPath(path, create, B_SYSTEM_CACHE_DIRECTORY);