Home
last modified time | relevance | path

Searched defs:remount (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/vold/fs/
H A DVfat.cpp113 status_t Mount(const std::string& source, const std::string& target, bool ro, bool remount, in Mount()
H A DExt4.cpp126 status_t Mount(const std::string& source, const std::string& target, bool ro, bool remount, in Mount()
/aosp12/frameworks/base/services/tests/PackageManagerServiceTests/host/src/com/android/server/pm/test/
H A DSdCardEjectionTests.kt215 private fun remount(volume: Volume, hostApkFile: File, pkgName: String) { regex
/aosp12/frameworks/base/tests/utils/hostutils/src/com/android/internal/util/test/
H A DSystemPreparer.java227 public SystemPreparer remount() throws DeviceNotAvailableException { in remount() method in SystemPreparer