Check if already mounted before mounting

This commit is contained in:
Vitaliy Filippov
2024-03-16 13:24:36 +03:00
parent 05f5f46162
commit 5b747c12ec
6 changed files with 41 additions and 15 deletions
+1
View File
@@ -25,3 +25,4 @@ size_t utf8_length(const char *s);
std::vector<std::string> explode(const std::string & sep, const std::string & value, bool trim);
std::string scan_escaped(const std::string & cmd, size_t & pos);
std::string auto_addslashes(const std::string & str);
std::string realpath_str(std::string path, bool nofail = true);