|
@@ -78,7 +78,7 @@ FMK_FUNC_HOST_VISIBILITY FMK_FUNC_DEV_VISIBILITY Status ModelSaver::SaveJsonToFi |
|
|
// Close file |
|
|
// Close file |
|
|
if (mmClose(fd) != EN_OK) { |
|
|
if (mmClose(fd) != EN_OK) { |
|
|
GELOGE(FAILED, "[Close][File]Failed, file %s", file_path); |
|
|
GELOGE(FAILED, "[Close][File]Failed, file %s", file_path); |
|
|
REPORT_CALL_ERROR("E19999", "Close file %s failed", file_path) |
|
|
|
|
|
|
|
|
REPORT_CALL_ERROR("E19999", "Close file %s failed", file_path); |
|
|
ret = FAILED; |
|
|
ret = FAILED; |
|
|
} |
|
|
} |
|
|
return ret; |
|
|
return ret; |
|
|