Home
last modified time | relevance | path

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

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