Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/flow_update/update_bin/
H A Dbin_flow_update.cpp139 static std::string lastPartition {}; in GetDataWriter() local
141 if (lastPartition == partition) { in GetDataWriter()
143 lastPartition = partition + std::to_string(lastIndex); in GetDataWriter()
145 lastPartition = partition; in GetDataWriter()
148 const std::string writePath = "/data/updater" + lastPartition; in GetDataWriter()