Searched refs:state_file (Results 1 – 4 of 4) sorted by relevance
89 std::fstream state_file( in TEST() local91 if (!session.SerializeToOstream(&state_file)) { in TEST()
236 std::fstream state_file(state_file_path, in UpdateStateAndCommit() local238 if (!state_.SerializeToOstream(&state_file)) { in UpdateStateAndCommit()
1418 auto state_file = GetStateFilePath(); in GetUpdateState() local1419 if (access(state_file.c_str(), F_OK) != 0 && errno == ENOENT) { in GetUpdateState()2552 auto state_file = GetStateFilePath(); in HandleImminentDataWipe() local2553 if (access(state_file.c_str(), F_OK) != 0 && errno == ENOENT) { in HandleImminentDataWipe()2724 auto state_file = GetStateFilePath(); in RecoveryCreateSnapshotDevices() local2725 if (access(state_file.c_str(), F_OK) != 0 && errno == ENOENT) { in RecoveryCreateSnapshotDevices()
146 auto state_file = sm->GetStateFilePath(); in CleanupTestArtifacts() local147 unlink(state_file.c_str()); in CleanupTestArtifacts()