Searched refs:do_remount (Results 1 – 1 of 1) sorted by relevance
32 static bool do_remount(int fd, const std::string& cmd) { in do_remount() function86 const char* success = do_remount(fd.get(), cmd) ? "succeeded" : "failed"; in remount_service()