Searched defs:COW_REPLACE (Results 1 – 9 of 9) sorted by relevance
38 enum { COW_COPY, COW_REPLACE, COW_ZERO } type; enumerator
225 COW_REPLACE = 2; // Raw replace operation enumerator
435 constexpr CowMergeOperation_Type CowMergeOperation::COW_REPLACE; member in chromeos_update_engine::CowMergeOperation
1269 static constexpr Type COW_REPLACE = in Swap() local