mirror of
https://gitee.com/openharmony/filemanagement_storage_service
synced 2024-11-26 16:53:57 +00:00
update test/fuzztest/storagetotalstatusservice_fuzzer/storagetotalstatusservice_fuzzer.cpp.
Signed-off-by: lixiyuan <lixiyuan7@huawei.com>
This commit is contained in:
parent
edd55813ca
commit
985b1ea13b
@ -23,7 +23,6 @@ bool StorageTotalStatusServiceFuzzTest(const uint8_t *data, size_t size)
|
||||
if ((data == nullptr) || (size == 0)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
std::shared_ptr<StorageTotalStatusService> service = DelayedSingleton<StorageTotalStatusService>::GetInstance();
|
||||
int64_t totalSize;
|
||||
int64_t systemSize;
|
||||
|
Loading…
Reference in New Issue
Block a user