Home
last modified time | relevance | path

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

/aosp14/system/core/trusty/storage/proxy/
H A Dcheckpoint_handling.cpp45 android::fs_mgr::Fstab procMounts; in is_data_checkpoint_active() local
46 bool success = android::fs_mgr::ReadFstabFromFile("/proc/mounts", &procMounts); in is_data_checkpoint_active()
54 android::fs_mgr::GetEntryForMountPoint(&procMounts, "/data"); in is_data_checkpoint_active()