MCPcopy Create free account
hub / github.com/XorTroll/Goldleaf / FinalizeInstallation

Method FinalizeInstallation

Goldleaf/source/nsp/nsp_Installer.cpp:553–559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

551 }
552
553 void Installer::FinalizeInstallation() {
554 ncmContentStorageClose(&this->cnt_storage);
555 ncmContentMetaDatabaseClose(&this->cnt_meta_db);
556
557 auto nand_sys_explorer = fs::GetNANDSystemExplorer();
558 nand_sys_explorer->DeleteDirectory(GLEAF_PATH_NAND_INSTALL_TEMP_DIR);
559 }
560
561}

Callers 2

~InstallerMethod · 0.95
StartInstallMethod · 0.80

Calls 2

GetNANDSystemExplorerFunction · 0.85
DeleteDirectoryMethod · 0.45

Tested by

no test coverage detected