[SWDEV-412505] Handle mclk permission errors as not supported

Change-Id: Idb3eeed76ff55c507f28b5e692f8704704c3e46e
Signed-off-by: adapryor <Adam.pryor@amd.com>
This commit is contained in:
adapryor
2024-10-24 08:13:18 -05:00
committed by Adam Pryor
parent 54462ab447
commit 02cbffb42a
3 changed files with 33 additions and 3 deletions
@@ -82,6 +82,7 @@ int SameFile(const std::string fileA, const std::string fileB);
bool FileExists(char const *filename);
std::vector<std::string> globFilesExist(const std::string& filePattern);
int isRegularFile(std::string fname, bool *is_reg);
int isReadOnlyForAll(const std::string& fname, bool *is_read_only);
int ReadSysfsStr(std::string path, std::string *retStr);
int WriteSysfsStr(std::string path, std::string val);
bool IsInteger(const std::string & n_str);