Searched refs:getAppVersionByPath (Results 1 – 2 of 2) sorted by relevance
714 $version = $this->getAppVersionByPath($possibleAppRoot['path'] . '/' . $appId);771 public function getAppVersionByPath($path) { function in OC\\App\\AppManager
508 $version = self::getAppVersionByPath($possibleApp['path'] . '/' . $appId);576 public static function getAppVersionByPath(string $path): string { function in OC_App