Home
last modified time | relevance | path

Searched refs:do_remount (Results 1 – 1 of 1) sorted by relevance

/system/core/adb/daemon/
Dremount_service.cpp32 static bool do_remount(int fd, const std::string& cmd) { in do_remount() function
86 const char* success = do_remount(fd.get(), cmd) ? "succeeded" : "failed"; in remount_service()