Home
last modified time | relevance | path

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

/aosp12/system/core/trusty/storage/proxy/
H A Dcheckpoint_handling.cpp68 size_t checkpointPos = dataEntry->fs_options.find("checkpoint=disable"); in is_data_checkpoint_active() local
69 if (checkpointPos == std::string::npos) { in is_data_checkpoint_active()