Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp1417 auto state_file = GetStateFilePath(); in GetUpdateState() local
1418 if (access(state_file.c_str(), F_OK) != 0 && errno == ENOENT) { in GetUpdateState()
2555 auto state_file = GetStateFilePath(); in HandleImminentDataWipe() local
2556 if (access(state_file.c_str(), F_OK) != 0 && errno == ENOENT) { in HandleImminentDataWipe()
2727 auto state_file = GetStateFilePath(); in RecoveryCreateSnapshotDevices() local
2728 if (access(state_file.c_str(), F_OK) != 0 && errno == ENOENT) { in RecoveryCreateSnapshotDevices()
Dsnapshot_test.cpp153 auto state_file = sm->GetStateFilePath(); in CleanupTestArtifacts() local
154 unlink(state_file.c_str()); in CleanupTestArtifacts()