| 445 | cc_result Updater_GetBuildTime(cc_uint64* timestamp) { return ERR_NOT_SUPPORTED; } |
| 446 | |
| 447 | cc_result Updater_MarkExecutable(void) { return ERR_NOT_SUPPORTED; } |
| 448 | |
| 449 | cc_result Updater_SetNewBuildTime(cc_uint64 timestamp) { return ERR_NOT_SUPPORTED; } |
| 450 | #endif |
no outgoing calls
no test coverage detected