Home
last modified time | relevance | path

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

/aosp14/system/core/trusty/storage/proxy/
H A Dcheckpoint_handling.cpp53 android::fs_mgr::FstabEntry* dataEntry = in is_data_checkpoint_active() local
55 if (dataEntry == NULL) { in is_data_checkpoint_active()
61 if (dataEntry->fs_type != "f2fs") { in is_data_checkpoint_active()
62 ALOGW("Checkpoint status not supported for filesystem %s\n", dataEntry->fs_type.c_str()); in is_data_checkpoint_active()
71 size_t checkpointPos = dataEntry->fs_options.find("checkpoint=disable"); in is_data_checkpoint_active()