| 1186 | assert(false); |
| 1187 | } |
| 1188 | static bool LockDirectories(bool probeOnly) |
| 1189 | { |
| 1190 | return LockDirectory(gArgs.GetDataDirNet(), probeOnly) && \ |
| 1191 | LockDirectory(gArgs.GetBlocksDirPath(), probeOnly); |
| 1192 | } |
| 1193 | |
| 1194 | bool AppInitSanityChecks(const kernel::Context& kernel) |
| 1195 | { |
no test coverage detected