Fixed KW (#7635)
This commit is contained in:
parent
f038fcf2bb
commit
d7570e7aad
@ -39,7 +39,7 @@ void file_util::iterate_files(const string& path,
|
|||||||
function<void(const string& file, bool is_dir)> func,
|
function<void(const string& file, bool is_dir)> func,
|
||||||
bool recurse,
|
bool recurse,
|
||||||
bool include_links) {
|
bool include_links) {
|
||||||
return ov::util::iterate_files(path, func, recurse, include_links);
|
ov::util::iterate_files(path, func, recurse, include_links);
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string file_util::sanitize_path(const std::string& path) {
|
std::string file_util::sanitize_path(const std::string& path) {
|
||||||
|
Loading…
Reference in New Issue
Block a user