12 lines
236 B
C
12 lines
236 B
C
![]() |
/*
|
||
|
* 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);
|