Home
last modified time | relevance | path

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

/haiku/src/servers/package/
H A DFSTransaction.cpp23 struct FSTransaction::OperationInfo { struct in FSTransaction
32 OperationInfo(Type type, const std::string& fromPath, in OperationInfo() function
153 const OperationInfo& operation = fOperations[i]; in RollBack()
168 OperationInfo(OperationInfo::TYPE_CREATE, _GetPath(entry), in CreateEntry()
179 OperationInfo(OperationInfo::TYPE_REMOVE, _GetPath(entry), in RemoveEntry()
190 OperationInfo(OperationInfo::TYPE_MOVE, _GetPath(fromEntry), in MoveEntry()
H A DFSTransaction.h42 struct OperationInfo;
43 typedef std::vector<OperationInfo> OperationList;