Home
last modified time | relevance | path

Searched refs:GetScriptCount (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/packageinstaller/
H A DPackageInfo.h37 int32 GetScriptCount() { return fScripts.CountItems(); } in GetScriptCount() function
H A DPackageInstall.cpp133 uint32 m = info->GetScriptCount(); in _Install()