blob: d19e6d8f41d017dbfab9ca219e777b88f377df49 [file] [log] [blame]
//
// Copyright © 2020 Arm Ltd. All rights reserved.
// SPDX-License-Identifier: MIT
//
#pragma once
namespace armnnUtils
{
namespace Filesystem
{
long long GetFileSize(const char* path);
bool Remove(const char* path);
}
}