Searched refs:MOVE (Results 1 – 6 of 6) sorted by relevance
71 case InstallOperation::MOVE: in InstallOperationTypeName()
72 static constexpr char MOVE[] = "move"; member122 ostr << "WORKLOAD_T = {" << Command::CREATE << ", " << Command::DELETE << ", " << Command::MOVE in usage()130 ostr << "\t-f FROM-DIR\t: Source directory for " << Command::MOVE << "/" << Command::SYMLINK in usage()132 ostr << "\t-t TO-DIR\t: Destination directory for " << Command::MOVE << "/" << Command::SYMLINK in usage()372 {Command::MOVE, move_workload}, {Command::HARDLINK, hardlink_workload},
146 case InstallOperation::MOVE: in CowDryRun()
273 case InstallOperation::MOVE: in OperationAllowed()
67 // - MOVE: Copy the data in src_extents to dst_extents. Extents may overlap,172 MOVE = 2 [deprecated = true]; // Move source extents to target extents. enumerator