compute-runtime/shared/test/common/helpers/mock_file_io.h

12 lines
236 B
C
Raw Normal View History

/*
* Copyright (C) 2024 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/helpers/file_io.h"
bool virtualFileExists(const std::string &fileName);
void removeVirtualFile(const std::string &fileName);