MCPcopy Create free account
hub / github.com/TheOfficialFloW/VitaShell / pfsUmount

Function pfsUmount

pfs.c:88–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88int pfsUmount() {
89 if (pfs_mount_point[0] == 0)
90 return -1;
91
92 int res = sceAppMgrUmount(pfs_mount_point);
93 if (res >= 0) {
94 memset(pfs_mount_point, 0, sizeof(pfs_mount_point));
95 memset(pfs_mounted_path, 0, sizeof(pfs_mounted_path));
96 }
97
98 return res;
99}

Callers 5

dirUpFunction · 0.85
browserMainFunction · 0.85
dialogStepsFunction · 0.85
refreshNeededFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected