Searched refs:root_filesystem (Results 1 – 2 of 2) sorted by relevance
176 $root_filesystem = Registry::filesystem()->root();177 $root_filesystem->deleteDirectory(self::UPGRADE_FOLDER);178 $root_filesystem->createDirectory(self::UPGRADE_FOLDER);226 $root_filesystem = Registry::filesystem()->root();231 …$bytes = $this->upgrade_service->downloadFile($download_url, $root_filesystem, self::ZIP_FILENAME);277 $root_filesystem = Registry::filesystem()->root();280 $this->upgrade_service->moveFiles($source_filesystem, $root_filesystem);287 $this->upgrade_service->cleanFiles($root_filesystem, $folders_to_clean, $files_to_keep);
85 * @param FilesystemOperator $root_filesystem89 …ion runHousekeeping(FilesystemOperator $data_filesystem, FilesystemOperator $root_filesystem): void argument95 …$this->housekeeping_service->deleteOldFiles($root_filesystem, self::TMP_DIR, self::MAX_TMP_FILE_AG…