Home
last modified time | relevance | path

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

/system/sepolicy/prebuilts/api/202504/private/
Dremount.te1 type remount, domain, coredomain; type
/system/sepolicy/prebuilts/api/34.0/private/
Dremount.te1 type remount, domain, coredomain; type
/system/sepolicy/private/
Dremount.te1 type remount, domain, coredomain; type
/system/sepolicy/prebuilts/api/202404/private/
Dremount.te1 type remount, domain, coredomain; type
/system/sepolicy/prebuilts/api/33.0/private/
Dremount.te1 type remount, domain, coredomain; type
/system/vold/fs/
DVfat.cpp132 status_t DoMount(const std::string& source, const std::string& target, bool ro, bool remount, in DoMount()
205 bool remount; member
220 status_t Mount(const std::string& source, const std::string& target, bool ro, bool remount, in Mount()
DExt4.cpp124 status_t Mount(const std::string& source, const std::string& target, bool ro, bool remount, in Mount()
/system/core/fs_mgr/
DREADME.overlayfs.md61 ### Backing Storage
Dfs_mgr_remount.cpp591 bool remount = false; in main() local